7even / endless-ships

Online reference to the Endless Sky game
http://endless-sky.7vn.io/
GNU General Public License v3.0
20 stars 10 forks source link

Dockerfile: Specify fully qualified image name #23

Closed akosiaris closed 2 weeks ago

akosiaris commented 3 weeks ago

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

7even commented 2 weeks ago

Thank you.