From d6b67b7041f3eed213da5ff19c5b8af55f0b61d8 Mon Sep 17 00:00:00 2001 From: jingyuanliang Date: Mon, 7 Oct 2024 13:24:45 -0400 Subject: [PATCH] Revert "Bump base image to distroless-iptables:v0.6.3" --- Makefile | 2 +- scripts/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 15f5df73..a2da0ef3 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ ALL_PLATFORMS ?= linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x # The "FROM" part of the Dockerfile. This should be a manifest-list which # supports all of the platforms listed in ALL_PLATFORMS. -BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.6.3 +BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.6.2 # Where to push the docker images. REGISTRY ?= gcr.io/gke-release-staging diff --git a/scripts/Makefile b/scripts/Makefile index 70e3a8fa..b0fae270 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -30,7 +30,7 @@ ALL_PLATFORMS ?= linux/amd64 linux/arm linux/arm64 linux/ppc64le linux/s390x # The "FROM" part of the Dockerfile. This should be a manifest-list which # supports all of the platforms listed in ALL_PLATFORMS. -BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.6.3 +BASE_IMAGE ?= registry.k8s.io/build-image/distroless-iptables:v0.6.2 # Where to push the docker images. REGISTRY ?= gcr.io/gke-release-staging