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

Add checksum attribute for binary downloads #128

Closed
bflad opened this issue Apr 9, 2014 · 0 comments
Closed

Add checksum attribute for binary downloads #128

bflad opened this issue Apr 9, 2014 · 0 comments

Comments

@bflad
Copy link
Contributor

bflad commented Apr 9, 2014

Release hashes: Every release of Docker now includes SHA256 and MD5 hashes of all build artifacts. These will be published on the documentation site and download page, allowing you to verify that your installation has not been tampered with. For example you can verify the SHA256 of the official Linux and Darwin binary builds with the following command:

curl https://get.docker.io/builds/Linux/x86_64/docker-0.10.0.sha256
curl https://get.docker.io/builds/Darwin/x86_64/docker-0.10.0.sha256

Do we want to be nice and add checksums automatically like this?
https://github.com/bflad/chef-stash/blob/master/attributes/default.rb#L12-L59

@bflad bflad closed this as completed in 5c8dfb3 Apr 12, 2014
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

No branches or pull requests

1 participant