podman pull should throw an error if a "docker-daemon:foo" is missing the tag #4434
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
podman pull docker-daemon:image
should fail with an error, rather than trying to fetch an image from remote registries.Steps to reproduce the issue:
podman pull docker-daemon:foo
, neglecting to provide a tag.Describe the results you received:
podman attempted to find the image
docker-daemon:foo
from a variety of remote registries:Describe the results you expected:
I would expect podman to treat anything that begins with
docker-daemon:
as an attempt to pull from the local docker daemon. If a tag is required, it should fail with an error, as in:This would (a) be less surprising in general and (b) would be consistent with how
skopeo
handles the same situation.Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):The text was updated successfully, but these errors were encountered: