[go] Bump images, dependencies and versions to go 1.22.4 and distroless iptables/setcap/debian-base

Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
cpanato
2024-06-06 18:13:03 +02:00
parent c8a51aaffc
commit a3b193c6e9
17 changed files with 50 additions and 50 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.2
BASE_IMAGE_VERSION?=bookworm-v1.0.3
RUNNERIMAGE?=${KUBE_BASE_IMAGE_REGISTRY}/build-image/debian-base-${ARCH}:${BASE_IMAGE_VERSION}
TEMP_DIR:=$(shell mktemp -d -t conformance-XXXXXX)