Skip to content
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

Verify installed container images #1065

Open
almet opened this issue Jan 30, 2025 · 0 comments
Open

Verify installed container images #1065

almet opened this issue Jan 30, 2025 · 0 comments
Labels
icu Issues related with independent container updates
Milestone

Comments

@almet
Copy link
Member

almet commented Jan 30, 2025

As part of the Independent container updates, we should now verify at runtime that a provided image matches our expectations. Right now, the way of doing this is by comparing the tag against the expected one, stored in share/image-id.txt.

Images will be signed with cosign sign and as such, signatures will be available on the container registry.

We should provide a way to store these signatures locally and check them against a public key. The image should be verified before each docker/podman invocation, to avoid using an unsigned image.

@almet almet added the icu Issues related with independent container updates label Jan 30, 2025
@almet almet added this to the 0.9.0 milestone Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
icu Issues related with independent container updates
Projects
Status: Todo
Development

No branches or pull requests

1 participant