From d18c8919b0f60ce60641098cf4c964f84a98428e Mon Sep 17 00:00:00 2001 From: Rob Scott Date: Thu, 6 Oct 2022 00:52:21 +0000 Subject: [PATCH] Updating kube-proxy base impage to distroless-iptables:v0.1.2 Change-Id: Idcbed345085926fdcff952b503f0bac82cb89e82 --- build/common.sh | 2 +- build/dependencies.yaml | 2 +- test/utils/image/manifest.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/common.sh b/build/common.sh index 444001eb9cc..184c88eeead 100755 --- a/build/common.sh +++ b/build/common.sh @@ -90,7 +90,7 @@ readonly KUBE_RSYNC_PORT="${KUBE_RSYNC_PORT:-}" readonly KUBE_CONTAINER_RSYNC_PORT=8730 # These are the default versions (image tags) for their respective base images. -readonly __default_distroless_iptables_version=v0.1.1 +readonly __default_distroless_iptables_version=v0.1.2 readonly __default_go_runner_version=v2.3.1-go1.19.1-bullseye.0 readonly __default_setcap_version=bullseye-v1.3.0 diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 72f4170e1c2..5e1501c8f7b 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -131,7 +131,7 @@ dependencies: match: BASE_IMAGE_VERSION\?= - name: "registry.k8s.io/distroless-iptables: dependents" - version: v0.1.1 + version: v0.1.2 refPaths: - path: build/common.sh match: __default_distroless_iptables_version= diff --git a/test/utils/image/manifest.go b/test/utils/image/manifest.go index b0058557aaa..093f7f50eb6 100644 --- a/test/utils/image/manifest.go +++ b/test/utils/image/manifest.go @@ -240,7 +240,7 @@ func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config configs[BusyBox] = Config{list.PromoterE2eRegistry, "busybox", "1.29-2"} configs[CudaVectorAdd] = Config{list.PromoterE2eRegistry, "cuda-vector-add", "1.0"} configs[CudaVectorAdd2] = Config{list.PromoterE2eRegistry, "cuda-vector-add", "2.2"} - configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.1.1"} + configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.1.2"} configs[Etcd] = Config{list.GcEtcdRegistry, "etcd", "3.5.5-0"} configs[GlusterDynamicProvisioner] = Config{list.PromoterE2eRegistry, "glusterdynamic-provisioner", "v1.3"} configs[Httpd] = Config{list.PromoterE2eRegistry, "httpd", "2.4.38-2"}