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

Can we create verifiable checksums for our dockerBuild images? #2734

Open
sxa opened this issue Sep 7, 2022 · 1 comment
Open

Can we create verifiable checksums for our dockerBuild images? #2734

sxa opened this issue Sep 7, 2022 · 1 comment

Comments

@sxa
Copy link
Member

sxa commented Sep 7, 2022

Our docker build images which are created from the files in https://github.com/adoptium/infrastructure/tree/master/ansible/docker are created via mechanisms described in https://github.com/adoptium/infrastructure/blob/master/FAQ.md#what-about-the-builds-that-use-the-dockerbuild-tag

Once created those images are uploaded to dockerhub, and then where applicable they are downloaded and used on nodes with the dockerBuild tag.

This issue is to cover whether we can store checksums of the docker images prior to upload to give us the ability to verify that they have not been tampered with while being uploaded to, or retrieved from, GitHub.

@sxa sxa changed the title Can we create verifyable checksums for our dockerBuild images? Can we create verifiable checksums for our dockerBuild images? Sep 7, 2022
@github-actions github-actions bot added the docker label Sep 7, 2022
@zdtsw
Copy link
Contributor

zdtsw commented Sep 7, 2022

Guess we can get the checksum right after build
docker inspect <image> | jq .[0].Digest but how do we want to store and consume these?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants