File tree Expand file tree Collapse file tree 5 files changed +37
-0
lines changed Expand file tree Collapse file tree 5 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -351,8 +351,16 @@ dependencies:
351
351
- name : " Debian: codename (next candidate)"
352
352
version : bullseye
353
353
refPaths :
354
+ - path : images/build/cross/variants.yaml
355
+ match : " OS_CODENAME: '(bullseye|buster)'"
354
356
- path : images/build/debian-base/variants.yaml
355
357
match : " CONFIG: '(bullseye|buster)'"
358
+ - path : images/build/go-runner/variants.yaml
359
+ match : " OS_CODENAME: '(bullseye|buster)'"
360
+ - path : images/releng/ci/variants.yaml
361
+ match : " OS_CODENAME: '(bullseye|buster)'"
362
+ - path : images/releng/k8s-ci-builder/variants.yaml
363
+ match : " OS_CODENAME: '(bullseye|buster)'"
356
364
357
365
- name : " k8s.gcr.io/build-image/debian-base"
358
366
version : buster-v1.9.0
Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ variants:
9
9
OS_CODENAME : ' buster'
10
10
REVISION : ' 0'
11
11
PROTOBUF_VERSION : ' 3.7.0'
12
+ go1.16-bullseye :
13
+ CONFIG : ' go1.16-bullseye'
14
+ TYPE : ' default'
15
+ IMAGE_VERSION : ' v1.22.0-go1.16.7-bullseye.0'
16
+ KUBERNETES_VERSION : ' v1.22.0'
17
+ GO_VERSION : ' 1.16.7'
18
+ GO_MAJOR_VERSION : ' 1.16'
19
+ OS_CODENAME : ' bullseye'
20
+ REVISION : ' 0'
21
+ PROTOBUF_VERSION : ' 3.7.0'
12
22
go1.16-buster :
13
23
CONFIG : ' go1.16-buster'
14
24
TYPE : ' default'
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ variants:
7
7
REVISION : ' 0'
8
8
GO_VERSION : ' 1.17'
9
9
DISTROLESS_IMAGE : ' static-debian10'
10
+ go1.16-bullseye :
11
+ CONFIG : ' go1.16-bullseye'
12
+ IMAGE_VERSION : ' v2.3.1-go1.16.7-bullseye.0'
13
+ GO_MAJOR_VERSION : ' 1.16'
14
+ OS_CODENAME : ' bullseye'
15
+ REVISION : ' 0'
16
+ GO_VERSION : ' 1.16.7'
17
+ DISTROLESS_IMAGE : ' static-debian11'
10
18
go1.16-buster :
11
19
CONFIG : ' go1.16-buster'
12
20
IMAGE_VERSION : ' v2.3.1-go1.16.7-buster.0'
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ variants:
4
4
GO_VERSION : ' 1.17'
5
5
OS_CODENAME : ' buster'
6
6
REVISION : ' 0'
7
+ go1.16-bullseye :
8
+ CONFIG : ' go1.16-bullseye'
9
+ GO_VERSION : ' 1.16.7'
10
+ OS_CODENAME : ' bullseye'
11
+ REVISION : ' 0'
7
12
go1.16-buster :
8
13
CONFIG : ' go1.16-buster'
9
14
GO_VERSION : ' 1.16.7'
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ variants:
5
5
OS_CODENAME : ' buster'
6
6
BAZEL_VERSION : ' 3.4.1'
7
7
OLD_BAZEL_VERSION : ' 2.2.0'
8
+ next :
9
+ CONFIG : next
10
+ GO_VERSION : ' 1.16.7'
11
+ OS_CODENAME : ' bullseye'
12
+ BAZEL_VERSION : ' 3.4.1'
13
+ OLD_BAZEL_VERSION : ' 2.2.0'
8
14
' 1.23 ' :
9
15
CONFIG : ' 1.23'
10
16
GO_VERSION : ' 1.17'
You can’t perform that action at this time.
0 commit comments