Skip to content

Conversation

@marquiz
Copy link
Contributor

@marquiz marquiz commented Aug 29, 2025

Image signatures can be verified with cosign. An example for the rolling unstable image for the template plugin:

cosign verify ghcr.io/containerd/nri/plugins/template:unstable \
              --certificate-identity-regexp "https://github.com/containerd/nri/.*" \
             --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  | jq .

@marquiz
Copy link
Contributor Author

marquiz commented Aug 29, 2025

Image signatures can be verified with cosign. An example for the rolling
unstable image for the template plugin:

  cosign verify ghcr.io/containerd/nri/plugins/template:unstable \
                --certificate-identity-regexp "https://github.com/containerd/nri/.*" \
               --certificate-oidc-issuer https://token.actions.githubusercontent.com \
    | jq .

Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com>
Copy link
Member

@mikebrow mikebrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@klihub klihub requested a review from chrishenzie August 29, 2025 15:20
@klihub klihub merged commit 10ffc61 into containerd:main Sep 1, 2025
16 checks passed
@marquiz marquiz deleted the devel/image-signing branch September 1, 2025 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants