File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed
images/releng/k8s-ci-builder Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -436,10 +436,6 @@ dependencies:
436
436
# We keep them around for backwards compatibility and release branches.
437
437
- path : images/build/go-runner/variants.yaml
438
438
match : " OS_CODENAME: 'bullseye'"
439
- - path : images/releng/k8s-ci-builder/Makefile
440
- match : OS_CODENAME\ \?=\ bullseye
441
- - path : images/releng/k8s-ci-builder/variants.yaml
442
- match : " OS_CODENAME: 'bullseye'"
443
439
444
440
- name : " Debian: codename (default)"
445
441
version : bookworm
@@ -458,6 +454,8 @@ dependencies:
458
454
match : " OS_CODENAME: 'bookworm'"
459
455
- path : images/releng/k8s-ci-builder/variants.yaml
460
456
match : " OS_CODENAME: 'bookworm'"
457
+ - path : images/releng/k8s-ci-builder/Makefile
458
+ match : OS_CODENAME\ \?=\ bookworm
461
459
462
460
- name : " registry.k8s.io/build-image/debian-base"
463
461
version : bookworm-v1.0.0
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ TAG ?= $(shell git describe --tags --always --dirty)
25
25
26
26
# Build args
27
27
GO_VERSION ?= 1.21.6
28
- OS_CODENAME ?= bullseye
28
+ OS_CODENAME ?= bookworm
29
29
IMAGE_ARG ?= $(IMAGE ) :$(TAG ) -$(CONFIG )
30
30
31
31
BUILD_ARGS = --build-arg=GO_VERSION=$(GO_VERSION ) \
Original file line number Diff line number Diff line change @@ -2,28 +2,28 @@ variants:
2
2
default :
3
3
CONFIG : default
4
4
GO_VERSION : ' 1.21.6'
5
- OS_CODENAME : ' bullseye '
5
+ OS_CODENAME : ' bookworm '
6
6
next :
7
7
CONFIG : next
8
8
GO_VERSION : ' 1.22rc1'
9
9
OS_CODENAME : ' bookworm'
10
10
' 1.30 ' :
11
11
CONFIG : ' 1.30'
12
12
GO_VERSION : ' 1.22rc1'
13
- OS_CODENAME : ' bullseye '
13
+ OS_CODENAME : ' bookworm '
14
14
' 1.29 ' :
15
15
CONFIG : ' 1.29'
16
16
GO_VERSION : ' 1.21.6'
17
- OS_CODENAME : ' bullseye '
17
+ OS_CODENAME : ' bookworm '
18
18
' 1.28 ' :
19
19
CONFIG : ' 1.28'
20
20
GO_VERSION : ' 1.20.13'
21
- OS_CODENAME : ' bullseye '
21
+ OS_CODENAME : ' bookworm '
22
22
' 1.27 ' :
23
23
CONFIG : ' 1.27'
24
24
GO_VERSION : ' 1.20.13'
25
- OS_CODENAME : ' bullseye '
25
+ OS_CODENAME : ' bookworm '
26
26
' 1.26 ' :
27
27
CONFIG : ' 1.26'
28
28
GO_VERSION : ' 1.20.13'
29
- OS_CODENAME : ' bullseye '
29
+ OS_CODENAME : ' bookworm '
You can’t perform that action at this time.
0 commit comments