Closed bevzzz closed 1 year ago
podman no longer supports docker.io as a default registry, so the Dockerfile should mention it explicitly.
podman
docker.io
Dockerfile
The old behaviour can be restored by adding a config to /etc/containers/registries.conf:
/etc/containers/registries.conf
unqualified-search-registries = ["docker.io"]
but I believe that specifying a fully-qualified name is a more pragmatic way to go.
The solution comes from this SE post. Also see the related documentation for containers-registries.conf
containers-registries.conf
podman
no longer supportsdocker.io
as a default registry, so theDockerfile
should mention it explicitly.The old behaviour can be restored by adding a config to
/etc/containers/registries.conf
:but I believe that specifying a fully-qualified name is a more pragmatic way to go.
The solution comes from this SE post.
Also see the related documentation for
containers-registries.conf