From 6d282ae71655558cd9b66b3a0f2b7948fac84241 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Thu, 10 Apr 2025 20:26:22 +0300 Subject: [PATCH] Pull request 2390: 7588-fix-old-docker Updates #7588. Squashed commit of the following: commit 9add0323ad9fa4ce98a114dd43aa21ec6940ce11 Author: Ainar Garipov Date: Thu Apr 10 20:11:39 2025 +0300 all: fix old docker buildx --- bamboo-specs/release.yaml | 1 + scripts/make/build-docker.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index a0af75f2..95155593 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -157,6 +157,7 @@ # Print Docker info. docker info + docker buildx version # Prepare and push the build. env \ diff --git a/scripts/make/build-docker.sh b/scripts/make/build-docker.sh index 2835f059..79ad3c81 100644 --- a/scripts/make/build-docker.sh +++ b/scripts/make/build-docker.sh @@ -117,7 +117,6 @@ $sudo_cmd docker "$debug_flags" \ --build-arg DIST_DIR="$dist_dir" \ --build-arg VCS_REF="$commit" \ --build-arg VERSION="$version" \ - --debug \ --output "$docker_output" \ --platform "$docker_platforms" \ --progress 'plain' \