From ae506f506824cd39e864aa5b8e1a8b402ae58047 Mon Sep 17 00:00:00 2001 From: Christoph Mewes Date: Wed, 7 Jun 2023 12:14:41 +0200 Subject: [PATCH] try stuff --- .prow.yaml | 2 +- hack/build-image.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.prow.yaml b/.prow.yaml index f88ec2d599de..c124c1e360a5 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -61,7 +61,7 @@ presubmits: preset-goproxy: "true" spec: containers: - - image: quay.io/containers/buildah:v1.21.0 + - image: quay.io/containers/buildah:v1.30.0 command: - hack/build-image.sh env: diff --git a/hack/build-image.sh b/hack/build-image.sh index d8d4c620c042..481a849ff4f0 100755 --- a/hack/build-image.sh +++ b/hack/build-image.sh @@ -56,8 +56,6 @@ fi image="$repository:$version" echo "Building container image $image ..." -export DOCKER_BUILDKIT=1 - # build image for all architectures for arch in $architectures; do fullTag="$image-$arch"