From d750bb24672f6dd745ed321a704c59f14d00a88e Mon Sep 17 00:00:00 2001 From: Matthew Wong Date: Fri, 5 Apr 2024 10:47:38 -0700 Subject: [PATCH] Trigger builder-base update for go 1.21.9, 1.22.2 --- EKS_DISTRO_TAG_FILE.yaml | 12 ++++++------ builder-base/versions.yaml | 4 ++-- eks-distro-base/Makefile | 4 ++-- .../base-golang-compiler-1.22-base/images/deps | 4 ++-- .../base-golang-compiler-1.22-base/images/no-deps | 4 ++-- .../base-golang-compiler-1.22-gcc/images/deps | 4 ++-- .../base-golang-compiler-1.22-gcc/images/no-deps | 4 ++-- .../base-golang-compiler-1.22-yum/images/deps | 4 ++-- .../base-golang-compiler-1.22-yum/images/no-deps | 4 ++-- .../base-golang-compiler/images/all-compiler-images | 12 ++++++------ 10 files changed, 28 insertions(+), 28 deletions(-) diff --git a/EKS_DISTRO_TAG_FILE.yaml b/EKS_DISTRO_TAG_FILE.yaml index f53fb01ed..2699b8d58 100644 --- a/EKS_DISTRO_TAG_FILE.yaml +++ b/EKS_DISTRO_TAG_FILE.yaml @@ -28,12 +28,12 @@ al2: eks-distro-minimal-base-golang-compiler-1.20-base: 1.20-2024-04-02-1712077118.2 eks-distro-minimal-base-golang-compiler-1.20-yum: 1.20-yum-2024-04-02-1712077118.2 eks-distro-minimal-base-golang-compiler-1.20-gcc: 1.20-gcc-2024-04-02-1712077118.2 - eks-distro-minimal-base-golang-compiler-1.21-base: 1.21-2024-04-02-1712077118.2 - eks-distro-minimal-base-golang-compiler-1.21-yum: 1.21-yum-2024-04-02-1712077118.2 - eks-distro-minimal-base-golang-compiler-1.21-gcc: 1.21-gcc-2024-04-02-1712077118.2 - eks-distro-minimal-base-golang-compiler-1.22-base: 1.22-2024-04-02-1712077118.2 - eks-distro-minimal-base-golang-compiler-1.22-yum: 1.22-yum-2024-04-02-1712077118.2 - eks-distro-minimal-base-golang-compiler-1.22-gcc: 1.22-gcc-2024-04-02-1712077118.2 + eks-distro-minimal-base-golang-compiler-1.21-base: null + eks-distro-minimal-base-golang-compiler-1.21-yum: null + eks-distro-minimal-base-golang-compiler-1.21-gcc: null + eks-distro-minimal-base-golang-compiler-1.22-base: null + eks-distro-minimal-base-golang-compiler-1.22-yum: null + eks-distro-minimal-base-golang-compiler-1.22-gcc: null eks-distro-minimal-base-nodejs-compiler-16-base: 16-2024-04-01-1711929684.2 eks-distro-minimal-base-nodejs-compiler-16-yum: 16-yum-2024-04-01-1711929684.2 eks-distro-minimal-base-nodejs-compiler-16-gcc: 16-gcc-2024-04-01-1711929684.2 diff --git a/builder-base/versions.yaml b/builder-base/versions.yaml index 2737ba512..0ee4715e1 100644 --- a/builder-base/versions.yaml +++ b/builder-base/versions.yaml @@ -6,8 +6,8 @@ GOLANG_VERSION_117: 1.17.13-6 GOLANG_VERSION_118: 1.18.10-8 GOLANG_VERSION_119: 1.19.13-14 GOLANG_VERSION_120: 1.20.14-16 -GOLANG_VERSION_121: 1.21.8-9 -GOLANG_VERSION_122: 1.22.1-1 +GOLANG_VERSION_121: 1.21.9-10 +GOLANG_VERSION_122: 1.22.2-2 GO_LICENSES_VERSION: v1.6.0 GOVC_VERSION: 0.34.2 GO_VULN_CHECK_VERSION: v1.0.1 diff --git a/eks-distro-base/Makefile b/eks-distro-base/Makefile index 2aa404fc0..cf5b26d68 100644 --- a/eks-distro-base/Makefile +++ b/eks-distro-base/Makefile @@ -210,8 +210,8 @@ BASE_GOLANG_VARIANT_VERSIONS=1.18 1.19 1.20 1.21 1.22 GOLANG_1.18_FULL_VERSION=1.18.10-8 GOLANG_1.19_FULL_VERSION=1.19.13-14 GOLANG_1.20_FULL_VERSION=1.20.14-16 -GOLANG_1.21_FULL_VERSION=1.21.8-9 -GOLANG_1.22_FULL_VERSION=1.22.1-1 +GOLANG_1.21_FULL_VERSION=1.21.9-10 +GOLANG_1.22_FULL_VERSION=1.22.2-2 BASE_GOLANG_COMPILER_VARIANT_VERSIONS=$(foreach ver,$(BASE_GOLANG_VARIANT_VERSIONS),$(addprefix $(ver)-,$(BASE_COMPILER_VARIANT_VERSIONS))) # ************************************************************ diff --git a/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-base/images/deps b/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-base/images/deps index cb2c4eb22..dbebdaf59 100644 --- a/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-base/images/deps +++ b/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-base/images/deps @@ -64,10 +64,10 @@ checking pushed file: /override/root/eks-distro-minimal-base-compiler-base-pushe checking pushed file: /override/root/eks-distro-minimal-base-golang-compiler-1.22-base-pushed - false tag from file for eks-distro-minimal-base-golang-compiler-1.22-base: some-previous-tag printf "\n\nBuilding base-golang-compiler-1.22-base builder stage\n\n" -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:test-tag --opt build-arg:BUILDER_IMAGE=localhost:5000/compiler-base-builder:test-tag --opt build-arg:VERSIONED_VARIANT=1.22 --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=localhost:5000/eks-distro-minimal-base-builder:test-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-test-tag,localhost:5000/golang-builder:1.22,localhost:5000/golang-builder:1.22.1-1,localhost:5000/golang-builder:1.22.1,localhost:5000/golang-builder:1.22.1,localhost:5000/golang-builder:1.22-al2,localhost:5000/golang-builder:1.22.1-1-al2,localhost:5000/golang-builder:1.22.1-al2,localhost:5000/golang-builder:1.22.1-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:test-tag --opt build-arg:BUILDER_IMAGE=localhost:5000/compiler-base-builder:test-tag --opt build-arg:VERSIONED_VARIANT=1.22 --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=localhost:5000/eks-distro-minimal-base-builder:test-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-test-tag,localhost:5000/golang-builder:1.22,localhost:5000/golang-builder:1.22.2-2,localhost:5000/golang-builder:1.22.2,localhost:5000/golang-builder:1.22.2,localhost:5000/golang-builder:1.22-al2,localhost:5000/golang-builder:1.22.2-2-al2,localhost:5000/golang-builder:1.22.2-al2,localhost:5000/golang-builder:1.22.2-al2\",push=true printf "\n\nBuilding base-golang-compiler-1.22-base final stage\n\n" ./check_update.sh golang 2 eks-distro-minimal-base-golang-compiler-1.22-base --security -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:test-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-test-tag --opt build-arg:VERSIONED_VARIANT=1.22 --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-test-tag,localhost:5000/golang:1.22,localhost:5000/golang:1.22.1-1,localhost:5000/golang:1.22.1,localhost:5000/golang:1.22.1,localhost:5000/golang:1.22-al2,localhost:5000/golang:1.22.1-1-al2,localhost:5000/golang:1.22.1-al2,localhost:5000/golang:1.22.1-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:test-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-test-tag --opt build-arg:VERSIONED_VARIANT=1.22 --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-test-tag,localhost:5000/golang:1.22,localhost:5000/golang:1.22.2-2,localhost:5000/golang:1.22.2,localhost:5000/golang:1.22.2,localhost:5000/golang:1.22-al2,localhost:5000/golang:1.22.2-2-al2,localhost:5000/golang:1.22.2-al2,localhost:5000/golang:1.22.2-al2\",push=true printf "\n\nExporting packages and files from base-golang-compiler-1.22-base final image\n\n" /override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-helpers --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-test-tag --opt build-arg:EXPORT_NAME=golang-compiler-1.22-base --progress plain --local dockerfile=./ --local context=. --opt target=export --output type=local,dest=/override/root/../eks-distro-base-minimal-packages/2 if [ -f /override/root/../eks-distro-base-minimal-packages/2/golang-compiler-1.22-base ]; then \ diff --git a/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-base/images/no-deps b/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-base/images/no-deps index 98ea97cd3..8a99b5193 100644 --- a/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-base/images/no-deps +++ b/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-base/images/no-deps @@ -9,10 +9,10 @@ tag from file for eks-distro-minimal-base: some-previous-tag checking pushed file: /override/root/eks-distro-minimal-base-golang-compiler-1.22-base-pushed - false tag from file for eks-distro-minimal-base-golang-compiler-1.22-base: some-previous-tag printf "\n\nBuilding base-golang-compiler-1.22-base builder stage\n\n" -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base:some-previous-tag --opt build-arg:BUILDER_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base-builder:some-previous-tag --opt build-arg:VERSIONED_VARIANT=1.22 --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-builder:some-previous-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-test-tag,localhost:5000/golang-builder:1.22,localhost:5000/golang-builder:1.22.1-1,localhost:5000/golang-builder:1.22.1,localhost:5000/golang-builder:1.22.1,localhost:5000/golang-builder:1.22-al2,localhost:5000/golang-builder:1.22.1-1-al2,localhost:5000/golang-builder:1.22.1-al2,localhost:5000/golang-builder:1.22.1-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base:some-previous-tag --opt build-arg:BUILDER_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base-builder:some-previous-tag --opt build-arg:VERSIONED_VARIANT=1.22 --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-builder:some-previous-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-test-tag,localhost:5000/golang-builder:1.22,localhost:5000/golang-builder:1.22.2-2,localhost:5000/golang-builder:1.22.2,localhost:5000/golang-builder:1.22.2,localhost:5000/golang-builder:1.22-al2,localhost:5000/golang-builder:1.22.2-2-al2,localhost:5000/golang-builder:1.22.2-al2,localhost:5000/golang-builder:1.22.2-al2\",push=true printf "\n\nBuilding base-golang-compiler-1.22-base final stage\n\n" ./check_update.sh golang 2 eks-distro-minimal-base-golang-compiler-1.22-base --security -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base:some-previous-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-test-tag --opt build-arg:VERSIONED_VARIANT=1.22 --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-test-tag,localhost:5000/golang:1.22,localhost:5000/golang:1.22.1-1,localhost:5000/golang:1.22.1,localhost:5000/golang:1.22.1,localhost:5000/golang:1.22-al2,localhost:5000/golang:1.22.1-1-al2,localhost:5000/golang:1.22.1-al2,localhost:5000/golang:1.22.1-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base:some-previous-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-test-tag --opt build-arg:VERSIONED_VARIANT=1.22 --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-test-tag,localhost:5000/golang:1.22,localhost:5000/golang:1.22.2-2,localhost:5000/golang:1.22.2,localhost:5000/golang:1.22.2,localhost:5000/golang:1.22-al2,localhost:5000/golang:1.22.2-2-al2,localhost:5000/golang:1.22.2-al2,localhost:5000/golang:1.22.2-al2\",push=true printf "\n\nExporting packages and files from base-golang-compiler-1.22-base final image\n\n" /override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-helpers --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-test-tag --opt build-arg:EXPORT_NAME=golang-compiler-1.22-base --progress plain --local dockerfile=./ --local context=. --opt target=export --output type=local,dest=/override/root/../eks-distro-base-minimal-packages/2 if [ -f /override/root/../eks-distro-base-minimal-packages/2/golang-compiler-1.22-base ]; then \ diff --git a/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-gcc/images/deps b/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-gcc/images/deps index 4191f395b..ccf6fcf3b 100644 --- a/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-gcc/images/deps +++ b/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-gcc/images/deps @@ -100,10 +100,10 @@ checking pushed file: /override/root/eks-distro-minimal-base-compiler-gcc-pushed checking pushed file: /override/root/eks-distro-minimal-base-golang-compiler-1.22-base-pushed - false tag from file for eks-distro-minimal-base-golang-compiler-1.22-base: some-previous-tag printf "\n\nBuilding base-golang-compiler-1.22-gcc builder stage\n\n" -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:gcc-test-tag --opt build-arg:BUILDER_IMAGE=localhost:5000/compiler-base-builder:gcc-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-gcc --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=localhost:5000/eks-distro-minimal-base-builder:test-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-gcc-test-tag,localhost:5000/golang-builder:1.22-gcc,localhost:5000/golang-builder:1.22.1-1-gcc,localhost:5000/golang-builder:1.22.1,localhost:5000/golang-builder:1.22.1-gcc,localhost:5000/golang-builder:1.22-gcc-al2,localhost:5000/golang-builder:1.22.1-1-gcc-al2,localhost:5000/golang-builder:1.22.1-al2,localhost:5000/golang-builder:1.22.1-gcc-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:gcc-test-tag --opt build-arg:BUILDER_IMAGE=localhost:5000/compiler-base-builder:gcc-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-gcc --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=localhost:5000/eks-distro-minimal-base-builder:test-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-gcc-test-tag,localhost:5000/golang-builder:1.22-gcc,localhost:5000/golang-builder:1.22.2-2-gcc,localhost:5000/golang-builder:1.22.2,localhost:5000/golang-builder:1.22.2-gcc,localhost:5000/golang-builder:1.22-gcc-al2,localhost:5000/golang-builder:1.22.2-2-gcc-al2,localhost:5000/golang-builder:1.22.2-al2,localhost:5000/golang-builder:1.22.2-gcc-al2\",push=true printf "\n\nBuilding base-golang-compiler-1.22-gcc final stage\n\n" ./check_update.sh golang 2 eks-distro-minimal-base-golang-compiler-1.22-gcc --security -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:gcc-test-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-gcc-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-gcc --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-gcc-test-tag,localhost:5000/golang:1.22-gcc,localhost:5000/golang:1.22.1-1-gcc,localhost:5000/golang:1.22.1,localhost:5000/golang:1.22.1-gcc,localhost:5000/golang:1.22-gcc-al2,localhost:5000/golang:1.22.1-1-gcc-al2,localhost:5000/golang:1.22.1-al2,localhost:5000/golang:1.22.1-gcc-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:gcc-test-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-gcc-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-gcc --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-gcc-test-tag,localhost:5000/golang:1.22-gcc,localhost:5000/golang:1.22.2-2-gcc,localhost:5000/golang:1.22.2,localhost:5000/golang:1.22.2-gcc,localhost:5000/golang:1.22-gcc-al2,localhost:5000/golang:1.22.2-2-gcc-al2,localhost:5000/golang:1.22.2-al2,localhost:5000/golang:1.22.2-gcc-al2\",push=true printf "\n\nExporting packages and files from base-golang-compiler-1.22-gcc final image\n\n" /override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-helpers --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-gcc-test-tag --opt build-arg:EXPORT_NAME=golang-compiler-1.22-gcc --progress plain --local dockerfile=./ --local context=. --opt target=export --output type=local,dest=/override/root/../eks-distro-base-minimal-packages/2 if [ -f /override/root/../eks-distro-base-minimal-packages/2/golang-compiler-1.22-gcc ]; then \ diff --git a/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-gcc/images/no-deps b/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-gcc/images/no-deps index 4ca667318..10b85d937 100644 --- a/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-gcc/images/no-deps +++ b/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-gcc/images/no-deps @@ -9,10 +9,10 @@ tag from file for eks-distro-minimal-base: some-previous-tag checking pushed file: /override/root/eks-distro-minimal-base-golang-compiler-1.22-base-pushed - false tag from file for eks-distro-minimal-base-golang-compiler-1.22-base: some-previous-tag printf "\n\nBuilding base-golang-compiler-1.22-gcc builder stage\n\n" -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base:some-previous-tag --opt build-arg:BUILDER_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base-builder:some-previous-tag --opt build-arg:VERSIONED_VARIANT=1.22-gcc --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-builder:some-previous-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-gcc-test-tag,localhost:5000/golang-builder:1.22-gcc,localhost:5000/golang-builder:1.22.1-1-gcc,localhost:5000/golang-builder:1.22.1,localhost:5000/golang-builder:1.22.1-gcc,localhost:5000/golang-builder:1.22-gcc-al2,localhost:5000/golang-builder:1.22.1-1-gcc-al2,localhost:5000/golang-builder:1.22.1-al2,localhost:5000/golang-builder:1.22.1-gcc-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base:some-previous-tag --opt build-arg:BUILDER_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base-builder:some-previous-tag --opt build-arg:VERSIONED_VARIANT=1.22-gcc --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-builder:some-previous-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-gcc-test-tag,localhost:5000/golang-builder:1.22-gcc,localhost:5000/golang-builder:1.22.2-2-gcc,localhost:5000/golang-builder:1.22.2,localhost:5000/golang-builder:1.22.2-gcc,localhost:5000/golang-builder:1.22-gcc-al2,localhost:5000/golang-builder:1.22.2-2-gcc-al2,localhost:5000/golang-builder:1.22.2-al2,localhost:5000/golang-builder:1.22.2-gcc-al2\",push=true printf "\n\nBuilding base-golang-compiler-1.22-gcc final stage\n\n" ./check_update.sh golang 2 eks-distro-minimal-base-golang-compiler-1.22-gcc --security -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base:some-previous-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-gcc-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-gcc --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-gcc-test-tag,localhost:5000/golang:1.22-gcc,localhost:5000/golang:1.22.1-1-gcc,localhost:5000/golang:1.22.1,localhost:5000/golang:1.22.1-gcc,localhost:5000/golang:1.22-gcc-al2,localhost:5000/golang:1.22.1-1-gcc-al2,localhost:5000/golang:1.22.1-al2,localhost:5000/golang:1.22.1-gcc-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base:some-previous-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-gcc-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-gcc --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-gcc-test-tag,localhost:5000/golang:1.22-gcc,localhost:5000/golang:1.22.2-2-gcc,localhost:5000/golang:1.22.2,localhost:5000/golang:1.22.2-gcc,localhost:5000/golang:1.22-gcc-al2,localhost:5000/golang:1.22.2-2-gcc-al2,localhost:5000/golang:1.22.2-al2,localhost:5000/golang:1.22.2-gcc-al2\",push=true printf "\n\nExporting packages and files from base-golang-compiler-1.22-gcc final image\n\n" /override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-helpers --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-gcc-test-tag --opt build-arg:EXPORT_NAME=golang-compiler-1.22-gcc --progress plain --local dockerfile=./ --local context=. --opt target=export --output type=local,dest=/override/root/../eks-distro-base-minimal-packages/2 if [ -f /override/root/../eks-distro-base-minimal-packages/2/golang-compiler-1.22-gcc ]; then \ diff --git a/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-yum/images/deps b/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-yum/images/deps index a0604be5e..298cac0d3 100644 --- a/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-yum/images/deps +++ b/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-yum/images/deps @@ -82,10 +82,10 @@ checking pushed file: /override/root/eks-distro-minimal-base-compiler-yum-pushed checking pushed file: /override/root/eks-distro-minimal-base-golang-compiler-1.22-base-pushed - false tag from file for eks-distro-minimal-base-golang-compiler-1.22-base: some-previous-tag printf "\n\nBuilding base-golang-compiler-1.22-yum builder stage\n\n" -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:yum-test-tag --opt build-arg:BUILDER_IMAGE=localhost:5000/compiler-base-builder:yum-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-yum --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=localhost:5000/eks-distro-minimal-base-builder:test-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-yum-test-tag,localhost:5000/golang-builder:1.22-yum,localhost:5000/golang-builder:1.22.1-1-yum,localhost:5000/golang-builder:1.22.1,localhost:5000/golang-builder:1.22.1-yum,localhost:5000/golang-builder:1.22-yum-al2,localhost:5000/golang-builder:1.22.1-1-yum-al2,localhost:5000/golang-builder:1.22.1-al2,localhost:5000/golang-builder:1.22.1-yum-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:yum-test-tag --opt build-arg:BUILDER_IMAGE=localhost:5000/compiler-base-builder:yum-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-yum --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=localhost:5000/eks-distro-minimal-base-builder:test-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-yum-test-tag,localhost:5000/golang-builder:1.22-yum,localhost:5000/golang-builder:1.22.2-2-yum,localhost:5000/golang-builder:1.22.2,localhost:5000/golang-builder:1.22.2-yum,localhost:5000/golang-builder:1.22-yum-al2,localhost:5000/golang-builder:1.22.2-2-yum-al2,localhost:5000/golang-builder:1.22.2-al2,localhost:5000/golang-builder:1.22.2-yum-al2\",push=true printf "\n\nBuilding base-golang-compiler-1.22-yum final stage\n\n" ./check_update.sh golang 2 eks-distro-minimal-base-golang-compiler-1.22-yum --security -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:yum-test-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-yum-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-yum --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-yum-test-tag,localhost:5000/golang:1.22-yum,localhost:5000/golang:1.22.1-1-yum,localhost:5000/golang:1.22.1,localhost:5000/golang:1.22.1-yum,localhost:5000/golang:1.22-yum-al2,localhost:5000/golang:1.22.1-1-yum-al2,localhost:5000/golang:1.22.1-al2,localhost:5000/golang:1.22.1-yum-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:yum-test-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-yum-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-yum --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-yum-test-tag,localhost:5000/golang:1.22-yum,localhost:5000/golang:1.22.2-2-yum,localhost:5000/golang:1.22.2,localhost:5000/golang:1.22.2-yum,localhost:5000/golang:1.22-yum-al2,localhost:5000/golang:1.22.2-2-yum-al2,localhost:5000/golang:1.22.2-al2,localhost:5000/golang:1.22.2-yum-al2\",push=true printf "\n\nExporting packages and files from base-golang-compiler-1.22-yum final image\n\n" /override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-helpers --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-yum-test-tag --opt build-arg:EXPORT_NAME=golang-compiler-1.22-yum --progress plain --local dockerfile=./ --local context=. --opt target=export --output type=local,dest=/override/root/../eks-distro-base-minimal-packages/2 if [ -f /override/root/../eks-distro-base-minimal-packages/2/golang-compiler-1.22-yum ]; then \ diff --git a/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-yum/images/no-deps b/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-yum/images/no-deps index 17dd064b2..a5ff51a87 100644 --- a/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-yum/images/no-deps +++ b/eks-distro-base/make-tests/expected/base-golang-compiler-1.22-yum/images/no-deps @@ -9,10 +9,10 @@ tag from file for eks-distro-minimal-base: some-previous-tag checking pushed file: /override/root/eks-distro-minimal-base-golang-compiler-1.22-base-pushed - false tag from file for eks-distro-minimal-base-golang-compiler-1.22-base: some-previous-tag printf "\n\nBuilding base-golang-compiler-1.22-yum builder stage\n\n" -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base:some-previous-tag --opt build-arg:BUILDER_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base-builder:some-previous-tag --opt build-arg:VERSIONED_VARIANT=1.22-yum --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-builder:some-previous-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-yum-test-tag,localhost:5000/golang-builder:1.22-yum,localhost:5000/golang-builder:1.22.1-1-yum,localhost:5000/golang-builder:1.22.1,localhost:5000/golang-builder:1.22.1-yum,localhost:5000/golang-builder:1.22-yum-al2,localhost:5000/golang-builder:1.22.1-1-yum-al2,localhost:5000/golang-builder:1.22.1-al2,localhost:5000/golang-builder:1.22.1-yum-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base:some-previous-tag --opt build-arg:BUILDER_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base-builder:some-previous-tag --opt build-arg:VERSIONED_VARIANT=1.22-yum --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-builder:some-previous-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-yum-test-tag,localhost:5000/golang-builder:1.22-yum,localhost:5000/golang-builder:1.22.2-2-yum,localhost:5000/golang-builder:1.22.2,localhost:5000/golang-builder:1.22.2-yum,localhost:5000/golang-builder:1.22-yum-al2,localhost:5000/golang-builder:1.22.2-2-yum-al2,localhost:5000/golang-builder:1.22.2-al2,localhost:5000/golang-builder:1.22.2-yum-al2\",push=true printf "\n\nBuilding base-golang-compiler-1.22-yum final stage\n\n" ./check_update.sh golang 2 eks-distro-minimal-base-golang-compiler-1.22-yum --security -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base:some-previous-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-yum-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-yum --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-yum-test-tag,localhost:5000/golang:1.22-yum,localhost:5000/golang:1.22.1-1-yum,localhost:5000/golang:1.22.1,localhost:5000/golang:1.22.1-yum,localhost:5000/golang:1.22-yum-al2,localhost:5000/golang:1.22.1-1-yum-al2,localhost:5000/golang:1.22.1-al2,localhost:5000/golang:1.22.1-yum-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=public.ecr.aws/eks-distro-build-tooling/compiler-base:some-previous-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-yum-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-yum --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-yum-test-tag,localhost:5000/golang:1.22-yum,localhost:5000/golang:1.22.2-2-yum,localhost:5000/golang:1.22.2,localhost:5000/golang:1.22.2-yum,localhost:5000/golang:1.22-yum-al2,localhost:5000/golang:1.22.2-2-yum-al2,localhost:5000/golang:1.22.2-al2,localhost:5000/golang:1.22.2-yum-al2\",push=true printf "\n\nExporting packages and files from base-golang-compiler-1.22-yum final image\n\n" /override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-helpers --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-yum-test-tag --opt build-arg:EXPORT_NAME=golang-compiler-1.22-yum --progress plain --local dockerfile=./ --local context=. --opt target=export --output type=local,dest=/override/root/../eks-distro-base-minimal-packages/2 if [ -f /override/root/../eks-distro-base-minimal-packages/2/golang-compiler-1.22-yum ]; then \ diff --git a/eks-distro-base/make-tests/expected/base-golang-compiler/images/all-compiler-images b/eks-distro-base/make-tests/expected/base-golang-compiler/images/all-compiler-images index 25e363a43..3e7657582 100644 --- a/eks-distro-base/make-tests/expected/base-golang-compiler/images/all-compiler-images +++ b/eks-distro-base/make-tests/expected/base-golang-compiler/images/all-compiler-images @@ -316,10 +316,10 @@ echo true > /override/root/eks-distro-minimal-base-golang-compiler-1.21-gcc-push checking pushed file: /override/root/eks-distro-minimal-base-golang-compiler-1.22-base-pushed - false tag from file for eks-distro-minimal-base-golang-compiler-1.22-base: some-previous-tag printf "\n\nBuilding base-golang-compiler-1.22-base builder stage\n\n" -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:test-tag --opt build-arg:BUILDER_IMAGE=localhost:5000/compiler-base-builder:test-tag --opt build-arg:VERSIONED_VARIANT=1.22 --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=localhost:5000/eks-distro-minimal-base-builder:test-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-test-tag,localhost:5000/golang-builder:1.22,localhost:5000/golang-builder:1.22.1-1,localhost:5000/golang-builder:1.22.1,localhost:5000/golang-builder:1.22.1,localhost:5000/golang-builder:1.22-al2,localhost:5000/golang-builder:1.22.1-1-al2,localhost:5000/golang-builder:1.22.1-al2,localhost:5000/golang-builder:1.22.1-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:test-tag --opt build-arg:BUILDER_IMAGE=localhost:5000/compiler-base-builder:test-tag --opt build-arg:VERSIONED_VARIANT=1.22 --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=localhost:5000/eks-distro-minimal-base-builder:test-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-test-tag,localhost:5000/golang-builder:1.22,localhost:5000/golang-builder:1.22.2-2,localhost:5000/golang-builder:1.22.2,localhost:5000/golang-builder:1.22.2,localhost:5000/golang-builder:1.22-al2,localhost:5000/golang-builder:1.22.2-2-al2,localhost:5000/golang-builder:1.22.2-al2,localhost:5000/golang-builder:1.22.2-al2\",push=true printf "\n\nBuilding base-golang-compiler-1.22-base final stage\n\n" ./check_update.sh golang 2 eks-distro-minimal-base-golang-compiler-1.22-base --security -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:test-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-test-tag --opt build-arg:VERSIONED_VARIANT=1.22 --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-test-tag,localhost:5000/golang:1.22,localhost:5000/golang:1.22.1-1,localhost:5000/golang:1.22.1,localhost:5000/golang:1.22.1,localhost:5000/golang:1.22-al2,localhost:5000/golang:1.22.1-1-al2,localhost:5000/golang:1.22.1-al2,localhost:5000/golang:1.22.1-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:test-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-test-tag --opt build-arg:VERSIONED_VARIANT=1.22 --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=public.ecr.aws/eks-distro-build-tooling/golang-builder:some-previous-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-test-tag,localhost:5000/golang:1.22,localhost:5000/golang:1.22.2-2,localhost:5000/golang:1.22.2,localhost:5000/golang:1.22.2,localhost:5000/golang:1.22-al2,localhost:5000/golang:1.22.2-2-al2,localhost:5000/golang:1.22.2-al2,localhost:5000/golang:1.22.2-al2\",push=true printf "\n\nExporting packages and files from base-golang-compiler-1.22-base final image\n\n" /override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-helpers --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-test-tag --opt build-arg:EXPORT_NAME=golang-compiler-1.22-base --progress plain --local dockerfile=./ --local context=. --opt target=export --output type=local,dest=/override/root/../eks-distro-base-minimal-packages/2 if [ -f /override/root/../eks-distro-base-minimal-packages/2/golang-compiler-1.22-base ]; then \ @@ -334,10 +334,10 @@ printf "Building base-golang-compiler-1.22-base complete!\n\n" echo true > /override/root/eks-distro-minimal-base-golang-compiler-1.22-base-pushed checking pushed file: /override/root/eks-distro-minimal-base-golang-compiler-1.22-base-pushed - true printf "\n\nBuilding base-golang-compiler-1.22-yum builder stage\n\n" -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:yum-test-tag --opt build-arg:BUILDER_IMAGE=localhost:5000/compiler-base-builder:yum-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-yum --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=localhost:5000/eks-distro-minimal-base-builder:test-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=localhost:5000/golang-builder:1.22-test-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-yum-test-tag,localhost:5000/golang-builder:1.22-yum,localhost:5000/golang-builder:1.22.1-1-yum,localhost:5000/golang-builder:1.22.1,localhost:5000/golang-builder:1.22.1-yum,localhost:5000/golang-builder:1.22-yum-al2,localhost:5000/golang-builder:1.22.1-1-yum-al2,localhost:5000/golang-builder:1.22.1-al2,localhost:5000/golang-builder:1.22.1-yum-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:yum-test-tag --opt build-arg:BUILDER_IMAGE=localhost:5000/compiler-base-builder:yum-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-yum --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=localhost:5000/eks-distro-minimal-base-builder:test-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=localhost:5000/golang-builder:1.22-test-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-yum-test-tag,localhost:5000/golang-builder:1.22-yum,localhost:5000/golang-builder:1.22.2-2-yum,localhost:5000/golang-builder:1.22.2,localhost:5000/golang-builder:1.22.2-yum,localhost:5000/golang-builder:1.22-yum-al2,localhost:5000/golang-builder:1.22.2-2-yum-al2,localhost:5000/golang-builder:1.22.2-al2,localhost:5000/golang-builder:1.22.2-yum-al2\",push=true printf "\n\nBuilding base-golang-compiler-1.22-yum final stage\n\n" ./check_update.sh golang 2 eks-distro-minimal-base-golang-compiler-1.22-yum --security -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:yum-test-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-yum-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-yum --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=localhost:5000/golang-builder:1.22-test-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-yum-test-tag,localhost:5000/golang:1.22-yum,localhost:5000/golang:1.22.1-1-yum,localhost:5000/golang:1.22.1,localhost:5000/golang:1.22.1-yum,localhost:5000/golang:1.22-yum-al2,localhost:5000/golang:1.22.1-1-yum-al2,localhost:5000/golang:1.22.1-al2,localhost:5000/golang:1.22.1-yum-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:yum-test-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-yum-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-yum --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=localhost:5000/golang-builder:1.22-test-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-yum-test-tag,localhost:5000/golang:1.22-yum,localhost:5000/golang:1.22.2-2-yum,localhost:5000/golang:1.22.2,localhost:5000/golang:1.22.2-yum,localhost:5000/golang:1.22-yum-al2,localhost:5000/golang:1.22.2-2-yum-al2,localhost:5000/golang:1.22.2-al2,localhost:5000/golang:1.22.2-yum-al2\",push=true printf "\n\nExporting packages and files from base-golang-compiler-1.22-yum final image\n\n" /override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-helpers --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-yum-test-tag --opt build-arg:EXPORT_NAME=golang-compiler-1.22-yum --progress plain --local dockerfile=./ --local context=. --opt target=export --output type=local,dest=/override/root/../eks-distro-base-minimal-packages/2 if [ -f /override/root/../eks-distro-base-minimal-packages/2/golang-compiler-1.22-yum ]; then \ @@ -351,10 +351,10 @@ fi printf "Building base-golang-compiler-1.22-yum complete!\n\n" echo true > /override/root/eks-distro-minimal-base-golang-compiler-1.22-yum-pushed printf "\n\nBuilding base-golang-compiler-1.22-gcc builder stage\n\n" -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:gcc-test-tag --opt build-arg:BUILDER_IMAGE=localhost:5000/compiler-base-builder:gcc-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-gcc --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=localhost:5000/eks-distro-minimal-base-builder:test-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=localhost:5000/golang-builder:1.22-test-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-gcc-test-tag,localhost:5000/golang-builder:1.22-gcc,localhost:5000/golang-builder:1.22.1-1-gcc,localhost:5000/golang-builder:1.22.1,localhost:5000/golang-builder:1.22.1-gcc,localhost:5000/golang-builder:1.22-gcc-al2,localhost:5000/golang-builder:1.22.1-1-gcc-al2,localhost:5000/golang-builder:1.22.1-al2,localhost:5000/golang-builder:1.22.1-gcc-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:gcc-test-tag --opt build-arg:BUILDER_IMAGE=localhost:5000/compiler-base-builder:gcc-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-gcc --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --opt build-arg:MINIMAL_BASE_BUILDER_IMAGE=localhost:5000/eks-distro-minimal-base-builder:test-tag --progress plain --local dockerfile=./ --local context=. --opt target=builder --export-cache type=inline --import-cache type=registry,ref=localhost:5000/golang-builder:1.22-test-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang-builder:1.22-gcc-test-tag,localhost:5000/golang-builder:1.22-gcc,localhost:5000/golang-builder:1.22.2-2-gcc,localhost:5000/golang-builder:1.22.2,localhost:5000/golang-builder:1.22.2-gcc,localhost:5000/golang-builder:1.22-gcc-al2,localhost:5000/golang-builder:1.22.2-2-gcc-al2,localhost:5000/golang-builder:1.22.2-al2,localhost:5000/golang-builder:1.22.2-gcc-al2\",push=true printf "\n\nBuilding base-golang-compiler-1.22-gcc final stage\n\n" ./check_update.sh golang 2 eks-distro-minimal-base-golang-compiler-1.22-gcc --security -/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:gcc-test-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-gcc-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-gcc --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.1-1 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=localhost:5000/golang-builder:1.22-test-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-gcc-test-tag,localhost:5000/golang:1.22-gcc,localhost:5000/golang:1.22.1-1-gcc,localhost:5000/golang:1.22.1,localhost:5000/golang:1.22.1-gcc,localhost:5000/golang:1.22-gcc-al2,localhost:5000/golang:1.22.1-1-gcc-al2,localhost:5000/golang:1.22.1-al2,localhost:5000/golang:1.22.1-gcc-al2\",push=true +/override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-base-golang --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BASE_IMAGE=localhost:5000/compiler-base:gcc-test-tag --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-gcc-test-tag --opt build-arg:VERSIONED_VARIANT=1.22-gcc --opt build-arg:AL_TAG=2 --opt build-arg:COMPILER_VERSION=1.22 --opt build-arg:COMPILER_FULL_VERSION=1.22.2-2 --opt build-arg:IS_COMPILER=true --progress plain --local dockerfile=./ --local context=. --opt target=final --export-cache type=inline --import-cache type=registry,ref=localhost:5000/golang-builder:1.22-test-tag --opt no-cache=builder-golang-base --output type=image,oci-mediatypes=true,\"name=localhost:5000/golang:1.22-gcc-test-tag,localhost:5000/golang:1.22-gcc,localhost:5000/golang:1.22.2-2-gcc,localhost:5000/golang:1.22.2,localhost:5000/golang:1.22.2-gcc,localhost:5000/golang:1.22-gcc-al2,localhost:5000/golang:1.22.2-2-gcc-al2,localhost:5000/golang:1.22.2-al2,localhost:5000/golang:1.22.2-gcc-al2\",push=true printf "\n\nExporting packages and files from base-golang-compiler-1.22-gcc final image\n\n" /override/root/../scripts/buildkit.sh build --frontend dockerfile.v0 --opt filename=Dockerfile.minimal-helpers --opt platform=linux/amd64 --opt build-arg:OUTPUT_DEBUG_LOG= --opt build-arg:BUILT_BUILDER_IMAGE=localhost:5000/golang-builder:1.22-gcc-test-tag --opt build-arg:EXPORT_NAME=golang-compiler-1.22-gcc --progress plain --local dockerfile=./ --local context=. --opt target=export --output type=local,dest=/override/root/../eks-distro-base-minimal-packages/2 if [ -f /override/root/../eks-distro-base-minimal-packages/2/golang-compiler-1.22-gcc ]; then \