File tree 3 files changed +10
-10
lines changed
images/build/distroless-iptables
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -485,27 +485,27 @@ dependencies:
485
485
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-]+)*))?)'"
486
486
487
487
- name : " registry.k8s.io/build-image/distroless-iptables (distroless-bookworm-go1.24)"
488
- version : v0.7.3
488
+ version : v0.7.4
489
489
refPaths :
490
490
- path : images/build/distroless-iptables/variants.yaml
491
491
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-]+)*))?)\'
492
492
493
493
- name : " registry.k8s.io/build-image/go-runner: dependents (distroless-bookworm-go1.24)"
494
- version : v2.4.0-go1.24.0 -bookworm.0
494
+ version : v2.4.0-go1.24.2 -bookworm.0
495
495
refPaths :
496
496
- path : images/build/distroless-iptables/variants.yaml
497
497
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-]+)*))?)\'
498
498
499
499
- name : " registry.k8s.io/build-image/distroless-iptables (distroless-bookworm-go1.23)"
500
- version : v0.6.8
500
+ version : v0.6.9
501
501
refPaths :
502
502
- path : images/build/distroless-iptables/Makefile
503
503
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-]+)*))?)
504
504
- path : images/build/distroless-iptables/variants.yaml
505
505
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-]+)*))?)\'
506
506
507
507
- name : " registry.k8s.io/build-image/go-runner: dependents (distroless-bookworm-go1.23)"
508
- version : v2.4.0-go1.23.6 -bookworm.0
508
+ version : v2.4.0-go1.23.8 -bookworm.0
509
509
refPaths :
510
510
- path : images/build/distroless-iptables/Makefile
511
511
match : GORUNNER_VERSION \?= v\d+\.\d+\.\d+-go\d+.\d+(alpha|beta|rc)?\.?(\d+)?-bookworm\.\d+
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ REGISTRY?="gcr.io/k8s-staging-build-image"
18
18
IMAGE =$(REGISTRY ) /distroless-iptables
19
19
20
20
TAG ?= $(shell git describe --tags --always --dirty)
21
- IMAGE_VERSION ?= v0.6.8
21
+ IMAGE_VERSION ?= v0.6.9
22
22
CONFIG ?= distroless-bookworm
23
23
BASEIMAGE ?= debian:bookworm-slim
24
- GORUNNER_VERSION ?= v2.4.0-go1.23.6 -bookworm.0
24
+ GORUNNER_VERSION ?= v2.4.0-go1.23.8 -bookworm.0
25
25
26
26
ARCH? =amd64
27
27
ALL_ARCH = amd64 arm arm64 ppc64le s390x
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.3 '
4
+ IMAGE_VERSION : ' v0.7.4 '
5
5
BASEIMAGE : ' debian:bookworm-slim'
6
- GORUNNER_VERSION : ' v2.4.0-go1.24.0 -bookworm.0'
6
+ GORUNNER_VERSION : ' v2.4.0-go1.24.2 -bookworm.0'
7
7
distroless-bookworm-go1.23 :
8
8
CONFIG : ' distroless-bookworm'
9
- IMAGE_VERSION : ' v0.6.8 '
9
+ IMAGE_VERSION : ' v0.6.9 '
10
10
BASEIMAGE : ' debian:bookworm-slim'
11
- GORUNNER_VERSION : ' v2.4.0-go1.23.6 -bookworm.0'
11
+ GORUNNER_VERSION : ' v2.4.0-go1.23.8 -bookworm.0'
12
12
distroless-bookworm-go1.22 :
13
13
CONFIG : ' distroless-bookworm'
14
14
IMAGE_VERSION : ' v0.5.13'
You can’t perform that action at this time.
0 commit comments