File tree 2 files changed +14
-2
lines changed
images/build/distroless-iptables
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -512,6 +512,18 @@ dependencies:
512
512
- path : images/build/setcap/variants.yaml
513
513
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-]+)*))?)'"
514
514
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
+
515
527
- name : " registry.k8s.io/build-image/distroless-iptables (distroless-bookworm-go1.23)"
516
528
version : v0.6.8
517
529
refPaths :
Original file line number Diff line number Diff line change 1
1
variants :
2
2
distroless-bookworm-go1.24 :
3
3
CONFIG : ' distroless-bookworm'
4
- IMAGE_VERSION : ' v0.7.2 '
4
+ IMAGE_VERSION : ' v0.7.3 '
5
5
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'
7
7
distroless-bookworm-go1.23 :
8
8
CONFIG : ' distroless-bookworm'
9
9
IMAGE_VERSION : ' v0.6.8'
You can’t perform that action at this time.
0 commit comments