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 @@ -481,27 +481,27 @@ dependencies:
481
481
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-]+)*))?)'"
482
482
483
483
- name : " registry.k8s.io/build-image/distroless-iptables (distroless-bookworm-go1.24)"
484
- version : v0.7.6
484
+ version : v0.7.7
485
485
refPaths :
486
486
- path : images/build/distroless-iptables/Makefile
487
487
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-]+)*))?)
488
488
- path : images/build/distroless-iptables/variants.yaml
489
489
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-]+)*))?)\'
490
490
491
491
- name : " registry.k8s.io/build-image/go-runner: dependents (distroless-bookworm-go1.24)"
492
- version : v2.4.0-go1.24.4 -bookworm.0
492
+ version : v2.4.0-go1.24.5 -bookworm.0
493
493
refPaths :
494
494
- path : images/build/distroless-iptables/variants.yaml
495
495
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-]+)*))?)\'
496
496
497
497
- name : " registry.k8s.io/build-image/distroless-iptables (distroless-bookworm-go1.23)"
498
- version : v0.6.11
498
+ version : v0.6.12
499
499
refPaths :
500
500
- path : images/build/distroless-iptables/variants.yaml
501
501
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-]+)*))?)\'
502
502
503
503
- name : " registry.k8s.io/build-image/go-runner: dependents (distroless-bookworm-go1.23)"
504
- version : v2.4.0-go1.23.10 -bookworm.0
504
+ version : v2.4.0-go1.23.11 -bookworm.0
505
505
refPaths :
506
506
- path : images/build/distroless-iptables/variants.yaml
507
507
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.6
21
+ IMAGE_VERSION ?= v0.7.7
22
22
CONFIG ?= distroless-bookworm
23
23
BASEIMAGE ?= debian:bookworm-slim
24
- GORUNNER_VERSION ?= v2.4.0-go1.24.4 -bookworm.0
24
+ GORUNNER_VERSION ?= v2.4.0-go1.24.5 -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.25rc1-bookworm.0'
7
7
distroless-bookworm-go1.24 :
8
8
CONFIG : ' distroless-bookworm'
9
- IMAGE_VERSION : ' v0.7.6 '
9
+ IMAGE_VERSION : ' v0.7.7 '
10
10
BASEIMAGE : ' debian:bookworm-slim'
11
- GORUNNER_VERSION : ' v2.4.0-go1.24.4 -bookworm.0'
11
+ GORUNNER_VERSION : ' v2.4.0-go1.24.5 -bookworm.0'
12
12
distroless-bookworm-go1.23 :
13
13
CONFIG : ' distroless-bookworm'
14
- IMAGE_VERSION : ' v0.6.11 '
14
+ IMAGE_VERSION : ' v0.6.12 '
15
15
BASEIMAGE : ' debian:bookworm-slim'
16
- GORUNNER_VERSION : ' v2.4.0-go1.23.10 -bookworm.0'
16
+ GORUNNER_VERSION : ' v2.4.0-go1.23.11 -bookworm.0'
You can’t perform that action at this time.
0 commit comments