File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
images/build/distroless-iptables Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -440,27 +440,27 @@ dependencies:
440
440
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-]+)*))?)'"
441
441
442
442
- name : " registry.k8s.io/build-image/distroless-iptables (distroless-bookworm-go1.24)"
443
- version : v0.7.7
443
+ version : v0.7.8
444
444
refPaths :
445
445
- path : images/build/distroless-iptables/Makefile
446
446
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-]+)*))?)
447
447
- path : images/build/distroless-iptables/variants.yaml
448
448
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-]+)*))?)\'
449
449
450
450
- name : " registry.k8s.io/build-image/go-runner: dependents (distroless-bookworm-go1.24)"
451
- version : v2.4.0-go1.24.5 -bookworm.0
451
+ version : v2.4.0-go1.24.6 -bookworm.0
452
452
refPaths :
453
453
- path : images/build/distroless-iptables/variants.yaml
454
454
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-]+)*))?)\'
455
455
456
456
- name : " registry.k8s.io/build-image/distroless-iptables (distroless-bookworm-go1.23)"
457
- version : v0.6.12
457
+ version : v0.6.13
458
458
refPaths :
459
459
- path : images/build/distroless-iptables/variants.yaml
460
460
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-]+)*))?)\'
461
461
462
462
- name : " registry.k8s.io/build-image/go-runner: dependents (distroless-bookworm-go1.23)"
463
- version : v2.4.0-go1.23.11 -bookworm.0
463
+ version : v2.4.0-go1.23.12 -bookworm.0
464
464
refPaths :
465
465
- path : images/build/distroless-iptables/variants.yaml
466
466
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-]+)*))?)\'
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.7.7
21
+ IMAGE_VERSION ?= v0.7.8
22
22
CONFIG ?= distroless-bookworm
23
23
BASEIMAGE ?= debian:bookworm-slim
24
- GORUNNER_VERSION ?= v2.4.0-go1.24.5 -bookworm.0
24
+ GORUNNER_VERSION ?= v2.4.0-go1.24.6 -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 @@ -6,11 +6,11 @@ variants:
6
6
GORUNNER_VERSION : ' v2.4.0-go1.25rc2-bookworm.0'
7
7
distroless-bookworm-go1.24 :
8
8
CONFIG : ' distroless-bookworm'
9
- IMAGE_VERSION : ' v0.7.7 '
9
+ IMAGE_VERSION : ' v0.7.8 '
10
10
BASEIMAGE : ' debian:bookworm-slim'
11
- GORUNNER_VERSION : ' v2.4.0-go1.24.5 -bookworm.0'
11
+ GORUNNER_VERSION : ' v2.4.0-go1.24.6 -bookworm.0'
12
12
distroless-bookworm-go1.23 :
13
13
CONFIG : ' distroless-bookworm'
14
- IMAGE_VERSION : ' v0.6.12 '
14
+ IMAGE_VERSION : ' v0.6.13 '
15
15
BASEIMAGE : ' debian:bookworm-slim'
16
- GORUNNER_VERSION : ' v2.4.0-go1.23.11 -bookworm.0'
16
+ GORUNNER_VERSION : ' v2.4.0-go1.23.12 -bookworm.0'
You can’t perform that action at this time.
0 commit comments