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

fix: update Docker cli checksums #559

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

kuisathaverat
Copy link
Contributor

The Docker CLI binaries on https://download.docker.com/*/static/stable/* has changes so their checksums too.

curl -sSLo docker-linux-x86_64-27.5.0.tgz https://download.docker.com/linux/static/stable/x86_64/docker-27.5.0.tgz
curl -sSLo docker-mac-aarch64-27.5.0.tgz https://download.docker.com/mac/static/stable/aarch64/docker-27.5.0.tgz
curl -sSLo docker-mac-x86_64-27.5.0.tgz https://download.docker.com/mac/static/stable/x86_64/docker-27.5.0.tgz
sha256sum docker-linux-x86_64-27.5.0.tgz
sha256sum docker-mac-aarch64-27.5.0.tgz
sha256sum docker-mac-x86_64-27.5.0.tgz
4fca6bb9a3f4e13c50dea35aeef57aad735aed8e7eff67ef3741f777ce2c2eb7  docker-linux-x86_64-27.5.0.tgz
268d04a2622579a611fc873e44b49de2ee3e0f0ad874b712160300fb60b9aba7  docker-mac-aarch64-27.5.0.tgz
02bc9c8a9f56124cc04e006703e137f494a60541e4749d4007de9762aae57fc4  docker-mac-x86_64-27.5.0.tgz

closes #558

alecthomas
alecthomas approved these changes Jan 17, 2025
@alecthomas alecthomas merged commit e102ccb into cashapp:master Jan 17, 2025
2 checks passed
@alecthomas
Copy link
Collaborator

Presumably this will break once/if they revert their deploy.

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.

Docker docker-27.5.0.tgz checksum has changed
2 participants