-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Container image verification failed #1027
Comments
Thanks @iamantil for reporting the issue. I transferred your issue to the Could you try to use the additional flag |
Here is the output notation verify $IMAGE -v |
@iamantil Hello, currently Notation does not support the sign There are two options to mitigate this issue:
Addtionally, |
This issue is stale because it has been opened for 60 days with no activity. Remove stale label or comment. Otherwise, it will be closed in 30 days. |
When verifying the signed container image with notation I am getting the error
notation verify $IMAGE
Warning: Always verify the artifact using digest(@sha256:...) rather than a tag(:v1) because resolved digest may not point to the same signed artifact, as tags are mutable.
Error: signature verification failed for all the signatures associated with $registry/$REPO@sha256:value
I am able to sign the container image successfully, I have also added the root certificate into the notation trusted store but still getting the error.
Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered: