Replies: 1 comment
-
Anyone would have any idea ? |
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.
-
I am using Debians's 12 podman 4.3.1 version.
I configured podman to sign and verify using GPG keys (through policy.json)
I
podman image sign
a couple image, and verified thatThen i tried to "unconfigure" image signing (deleted policy.json, default.yaml and removed sigstore folders).
Now when i
podman push harbor.example.org/test-project/test-sig:latest
i get the following message :Error: Copying this image would require changing layer representation, which we cannot do: "Would invalidate signatures"
If i add the
--remove-signatures
options, i can push the image into the registry with success.But if i later push again without adding the
--remove-signatures
option, i get the same message.My questions are :
--remove signature
does what it says it does, as i deconfigured GPG signing, and used it once, i should not require it for later push, as there should not be any signature leftThanks in advance for any feedback
Beta Was this translation helpful? Give feedback.
All reactions