You wish to build an image based on Ubuntu 22.04 version. With what text should you replace <repository>:<tag> from the snippet below?
FROM <repository>:<tag>
LABEL author=HyperUser
ENTRYPOINT ["/bin/bash"]You wish to build an image based on Ubuntu 22.04 version. With what text should you replace <repository>:<tag> from the snippet below?
FROM <repository>:<tag>
LABEL author=HyperUser
ENTRYPOINT ["/bin/bash"]Create a free account to access the full topic