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

ISO: Update docker-buildx from v0.17.1 to v0.19.3 #20206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sha256 8c9dd3fb18ccba399223ba0f623c9fe09fa38fb2a05283131be8e4e139b2d8fa v0.16.1.tar.gz
sha256 f314635765f3dc5efe089244280cd24a577e83d339fec1970fed16977bf28382 v0.16.2.tar.gz
sha256 a1c81f386142908d4984836fae75b5aa37e1921e7186ec8a548c54be62fece43 v0.17.1.tar.gz
sha256 981a17d5763d9583c6c73ac194d4978de6fb632e3818fa6d983aefbc0c02f844 v0.19.3.tar.gz
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
################################################################################

DOCKER_BUILDX_AARCH64_VERSION = v0.17.1
DOCKER_BUILDX_AARCH64_COMMIT = 257815a6fbaee88976808020bf04274388275ae8
DOCKER_BUILDX_AARCH64_VERSION = v0.19.3
DOCKER_BUILDX_AARCH64_COMMIT = 48d6a3927a14668da1a0c4439a6d454a3abbdf05
DOCKER_BUILDX_AARCH64_SITE = https://github.com/docker/buildx/archive
DOCKER_BUILDX_AARCH64_SOURCE = $(DOCKER_BUILDX_AARCH64_VERSION).tar.gz
DOCKER_BUILDX_AARCH64_GOPATH = $(@D)/_output
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sha256 8c9dd3fb18ccba399223ba0f623c9fe09fa38fb2a05283131be8e4e139b2d8fa v0.16.1.tar.gz
sha256 f314635765f3dc5efe089244280cd24a577e83d339fec1970fed16977bf28382 v0.16.2.tar.gz
sha256 a1c81f386142908d4984836fae75b5aa37e1921e7186ec8a548c54be62fece43 v0.17.1.tar.gz
sha256 981a17d5763d9583c6c73ac194d4978de6fb632e3818fa6d983aefbc0c02f844 v0.19.3.tar.gz
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
################################################################################

DOCKER_BUILDX_VERSION = v0.17.1
DOCKER_BUILDX_COMMIT = 257815a6fbaee88976808020bf04274388275ae8
DOCKER_BUILDX_VERSION = v0.19.3
DOCKER_BUILDX_COMMIT = 48d6a3927a14668da1a0c4439a6d454a3abbdf05
DOCKER_BUILDX_SITE = https://github.com/docker/buildx/archive
DOCKER_BUILDX_SOURCE = $(DOCKER_BUILDX_VERSION).tar.gz
DOCKER_BUILDX_GOPATH = $(@D)/_output
Expand Down