podman ask for repo when image or manifest is local but --platform is specified #17503
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
When
--platform
option is supplied topodman run
, it tries to pull remote image and only afterCtrl+C
it reads local manifest or image. This makes it a pita to test locally built images before they are pushed to the target registry.Steps to reproduce the issue
Steps to reproduce the issue
buildah build --jobs=2 --platform=linux/amd64,linux/ppc64le --manifest multiarch-test .
Describe the results you received
Hit
Ctrl+C
.Describe the results you expected
Expected is container to just run.
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
No
Additional environment details
Example Dockerfile
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: