Skip to content

Commit 88c931a

Browse files
authored
Merge pull request #3932 from cpanato/update-distrol-124
build distroless-iptables with go1.24.0
2 parents 5df2e15 + fde9c80 commit 88c931a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

dependencies.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,18 @@ dependencies:
512512
- path: images/build/setcap/variants.yaml
513513
match: "DEBIAN_BASE_VERSION: 'bookworm-v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"
514514

515+
- name: "registry.k8s.io/build-image/distroless-iptables (distroless-bookworm-go1.24)"
516+
version: v0.7.3
517+
refPaths:
518+
- path: images/build/distroless-iptables/variants.yaml
519+
match: IMAGE_VERSION:\ \'v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)\'
520+
521+
- name: "registry.k8s.io/build-image/go-runner: dependents (distroless-bookworm-go1.24)"
522+
version: v2.4.0-go1.24.0-bookworm.0
523+
refPaths:
524+
- path: images/build/distroless-iptables/variants.yaml
525+
match: GORUNNER_VERSION:\ \'v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)\'
526+
515527
- name: "registry.k8s.io/build-image/distroless-iptables (distroless-bookworm-go1.23)"
516528
version: v0.6.8
517529
refPaths:

images/build/distroless-iptables/variants.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
variants:
22
distroless-bookworm-go1.24:
33
CONFIG: 'distroless-bookworm'
4-
IMAGE_VERSION: 'v0.7.2'
4+
IMAGE_VERSION: 'v0.7.3'
55
BASEIMAGE: 'debian:bookworm-slim'
6-
GORUNNER_VERSION: 'v2.4.0-go1.24rc3-bookworm.0'
6+
GORUNNER_VERSION: 'v2.4.0-go1.24.0-bookworm.0'
77
distroless-bookworm-go1.23:
88
CONFIG: 'distroless-bookworm'
99
IMAGE_VERSION: 'v0.6.8'

0 commit comments

Comments
 (0)