Skip to content

Commit 13fe351

Browse files
committed
kube-cross v1.28: switch to debian bookworm
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1 parent 3441030 commit 13fe351

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

dependencies.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,16 +195,16 @@ dependencies:
195195

196196
# kube-cross
197197
- name: "registry.k8s.io/build-image/kube-cross (v1.28-go1.21)"
198-
version: v1.28.0-go1.21rc2-bullseye.0
198+
version: v1.28.0-go1.21rc2-bookworm.0
199199
refPaths:
200200
- path: images/build/cross/variants.yaml
201201
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-]+)*))?)'"
202202

203203
- name: "registry.k8s.io/build-image/kube-cross: config variant (v1.28-go1.21)"
204-
version: go1.21-bullseye
204+
version: go1.21-bookworm
205205
refPaths:
206206
- path: images/build/cross/variants.yaml
207-
match: "CONFIG: 'go\\d+.\\d+-bullseye'"
207+
match: "CONFIG: 'go\\d+.\\d+-bookworm'"
208208

209209
- name: "registry.k8s.io/build-image/kube-cross: image revision (v1.28-go1.21)"
210210
version: 0
@@ -339,10 +339,10 @@ dependencies:
339339
match: REVISION:\ '\d+'
340340

341341
- name: "registry.k8s.io/build-image/kube-cross: config variant (next candidate)"
342-
version: go1.21-bullseye
342+
version: go1.21-bookworm
343343
refPaths:
344344
- path: images/build/cross/variants.yaml
345-
match: "CONFIG: 'go\\d+.\\d+-bullseye'"
345+
match: "CONFIG: 'go\\d+.\\d+-bookworm'"
346346

347347
# Golang (previous release branches: 1.26)
348348
- name: "golang (previous release branches: 1.26)"

images/build/cross/variants.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
variants:
2-
v1.28-go1.21-bullseye:
3-
CONFIG: 'go1.21-bullseye'
2+
v1.28-go1.21-bookworm:
3+
CONFIG: 'go1.21-bookworm'
44
TYPE: 'default'
5-
IMAGE_VERSION: 'v1.28.0-go1.21rc2-bullseye.0'
5+
IMAGE_VERSION: 'v1.28.0-go1.21rc2-bookworm.0'
66
KUBERNETES_VERSION: 'v1.28.0'
77
GO_VERSION: '1.21rc2'
88
GO_MAJOR_VERSION: '1.21'
9-
OS_CODENAME: 'bullseye'
9+
OS_CODENAME: 'bookworm'
1010
REVISION: '0'
1111
PROTOBUF_VERSION: '3.19.4'
1212
v1.27-go1.20-bullseye:

0 commit comments

Comments
 (0)