Registry URL Malformed #23705
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.
Issue Description
Despite the image already existing locally, podman attempts to download the image again and seemingly replaces the image name with the tag. I attempted to create a container wit the following command:
Here is the image list:
The container conf lists the short name:
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
the verbose output shows that the image is not located in
docker.io/library/jammy:latest
which is different from the requesteddocker.io/library/ubuntu:latest
Describe the results you expected
podman should look locally for
docker.io/library/ubuntu:latest
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
I was attempting to create a jammy container through
apx
on VanillaOS and hit this issue.apx
invokesdistrobox
which callspodman
Additional information
Related distrobox issue
Related apx issue
The text was updated successfully, but these errors were encountered: