update distroless-iptables to v0.5.0 debian-base to bookworm-v1.0.1 and setcap to bookworm-v1.0.1

Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
cpanato
2024-02-07 11:37:15 +01:00
parent 052bce26f4
commit ac9482d15f
13 changed files with 42 additions and 42 deletions

View File

@@ -33,7 +33,7 @@ CLUSTER_DIR?=$(shell pwd)/../../../cluster/
# This is defined in root Makefile, but some build contexts do not refer to them
KUBE_BASE_IMAGE_REGISTRY?=registry.k8s.io
BASE_IMAGE_VERSION?=bookworm-v1.0.0
BASE_IMAGE_VERSION?=bookworm-v1.0.1
RUNNERIMAGE?=${KUBE_BASE_IMAGE_REGISTRY}/build-image/debian-base-${ARCH}:${BASE_IMAGE_VERSION}
TEMP_DIR:=$(shell mktemp -d -t conformance-XXXXXX)