How to run image signed using docker content trust in podman? #13581
Replies: 3 comments 3 replies
-
@vrothberg @mtrmac PTAL |
Beta Was this translation helpful? Give feedback.
-
The Podman ecosystem does not support the GitHub.com/docker/notary signing system, and there are no plans to work on that. (That ecosystem is supposed to be replaced by https://github.com/notaryproject/notaryproject , and our current focus is on https://github.com/sigstore/cosign ). Right now, Podman implements c/image “simple signing” only, compare e.g. https://podman.io/blogs/2020/03/13/image-signing.html . There isn’t any single signing system that works for both Podman and Docker (though I expect it would be possible to sign a single image using two or even more systems, in principle). |
Beta Was this translation helpful? Give feedback.
-
Probably |
Beta Was this translation helpful? Give feedback.
-
I signed and pushed an image to docker content trust using following steps:
Then in another machine where I had podman installed, I copied the public key
dockertest.pub
, and executed below commands:And then when I try to create container with the same image I get below error :
How to address this issue ?
Beta Was this translation helpful? Give feedback.
All reactions