endless-ships icon indicating copy to clipboard operation
endless-ships copied to clipboard

Dockerfile: Specify fully qualified image name

Open akosiaris opened this issue 1 year ago • 0 comments

Why: podman and containerd require fully qualified names for Docker images, meaning that the hostname of the registry needs to be present. Docker defaults to docker.io when that is missing, but both podman and containerd require specific configuration for that to happen on the part of the operator.

What: Make life easier for users of alternate container engines by specifying the fully qualified names for images in the Dockerfile

akosiaris avatar Aug 19 '24 22:08 akosiaris