From ba2ec7f4c87b561acebb92f99118dc684baa22f8 Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 15 Jan 2025 10:00:13 +0100 Subject: [PATCH] build distroless-iptables with go1.24rc1 Signed-off-by: cpanato --- images/build/distroless-iptables/variants.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/images/build/distroless-iptables/variants.yaml b/images/build/distroless-iptables/variants.yaml index 12e985cfd6a..50e4f8e4b2a 100644 --- a/images/build/distroless-iptables/variants.yaml +++ b/images/build/distroless-iptables/variants.yaml @@ -1,4 +1,9 @@ variants: + distroless-bookworm-go1.24: + CONFIG: 'distroless-bookworm' + IMAGE_VERSION: 'v0.7.0' + BASEIMAGE: 'debian:bookworm-slim' + GORUNNER_VERSION: 'v2.4.0-go1.24rc1-bookworm.0' distroless-bookworm-go1.23: CONFIG: 'distroless-bookworm' IMAGE_VERSION: 'v0.6.6'