Replies: 1 comment
-
If you have the image ID or its full name, prefacing that with podman manifest create foo
podman pull docker.io/library/alpine
podman tag docker.io/library/alpine:latest jimbo
podman manifest add foo containers-storage:localhost/jimbo:latest |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to create a manifest from an existing local image, it fails due to the image missing on the remote registry.
I'm running this on github actions and the podman version there is 4.9.3.
When I run the same locally, with podman 5.4.1 it tries to access the remote registry but the operation continues even though it does not succeed.
Is there a solution/workaround to this one?
The execution with the debug info:
Beta Was this translation helpful? Give feedback.
All reactions