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

workflow: sign release containers #1806

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

tkatila
Copy link
Contributor

@tkatila tkatila commented Aug 13, 2024

Signs release containers with cosign. Also modified the publish workflow to support other registries. Makes it easier to test changes.

Tests:
https://hub.docker.com/repository/docker/tkatila/intel-gpu-plugin/tags

Test runs:
https://github.com/tkatila/intel-device-plugins-for-kubernetes/actions/runs/10367001757/job/28697484565
https://github.com/tkatila/intel-device-plugins-for-kubernetes/actions/runs/10367083492/job/28697736086

cosign can be used to verify containers:
cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp https://github.com/tkatila/intel-device-plugins-for-kubernetes/.github/workflows/lib-publish.yaml.* tkatila/intel-gpu-plugin:0.30.101 | jq .

@tkatila tkatila requested review from bart0sh, kad and mythi as code owners August 13, 2024 09:37
Copy link
Contributor

@mythi mythi left a comment

Choose a reason for hiding this comment

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

nice work! I think we also need to document this in our top-level README so that users know to take it in use

@tkatila
Copy link
Contributor Author

tkatila commented Aug 14, 2024

nice work! I think we also need to document this in our top-level README so that users know to take it in use

Yep, it did cross my mind also. I'll add that.

README.md Outdated Show resolved Hide resolved
@tkatila tkatila force-pushed the workflow-add-release-signing branch from 4d40322 to 174e70d Compare August 16, 2024 06:34
README.md Outdated Show resolved Hide resolved
Co-authored-by: Mikko Ylinen <[email protected]>
Signed-off-by: Tuomas Katila <[email protected]>
@tkatila tkatila force-pushed the workflow-add-release-signing branch from 174e70d to b300594 Compare August 20, 2024 11:47
@mythi mythi merged commit 086d027 into intel:main Aug 20, 2024
73 checks passed
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.

3 participants