-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Milestone
Comments
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
Guess we can get the checksum right after build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: