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

Bump Docker buildx to v0.15.0 #1329

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packer/linux/scripts/install-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

DOCKER_COMPOSE_V2_VERSION=2.27.0
DOCKER_BUILDX_VERSION=0.14.0
Copy link
Contributor

Choose a reason for hiding this comment

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

i don't think v0.15 exists yet...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My link was a bit misleading, sorry! buildx v0.15.0 has been released, which contains buildkit v0.14.0, which has the bugfix.

Copy link
Contributor

Choose a reason for hiding this comment

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

ah of course! my bad. on another note, the dependencies section in the moby/docker changelogs is quite nice, i wonder if we could steal that for the agent....

DOCKER_BUILDX_VERSION=0.15.0
MACHINE=$(uname -m)

echo Installing docker...
Expand Down