File tree Expand file tree Collapse file tree 5 files changed +35
-0
lines changed Expand file tree Collapse file tree 5 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -389,8 +389,16 @@ dependencies:
389
389
- name : " Debian: codename (next candidate)"
390
390
version : bullseye
391
391
refPaths :
392
+ - path : images/build/cross/variants.yaml
393
+ match : " OS_CODENAME: '(bullseye|buster)'"
392
394
- path : images/build/debian-base/variants.yaml
393
395
match : " CONFIG: '(bullseye|buster)'"
396
+ - path : images/build/go-runner/variants.yaml
397
+ match : " OS_CODENAME: '(bullseye|buster)'"
398
+ - path : images/releng/ci/variants.yaml
399
+ match : " OS_CODENAME: '(bullseye|buster)'"
400
+ - path : images/releng/k8s-ci-builder/variants.yaml
401
+ match : " OS_CODENAME: '(bullseye|buster)'"
394
402
395
403
- name : " k8s.gcr.io/build-image/debian-base"
396
404
version : buster-v1.9.0
Original file line number Diff line number Diff line change 1
1
variants :
2
+ go1.17-bullseye :
3
+ CONFIG : ' go1.17-bullseye'
4
+ TYPE : ' default'
5
+ IMAGE_VERSION : ' v1.23.0-go1.17.1-bullseye.0'
6
+ KUBERNETES_VERSION : ' v1.23.0'
7
+ GO_VERSION : ' 1.17.1'
8
+ GO_MAJOR_VERSION : ' 1.17'
9
+ OS_CODENAME : ' bullseye'
10
+ REVISION : ' 0'
11
+ PROTOBUF_VERSION : ' 3.7.0'
2
12
go1.17-buster :
3
13
CONFIG : ' go1.17-buster'
4
14
TYPE : ' default'
Original file line number Diff line number Diff line change 1
1
variants :
2
+ go1.17-bullseye :
3
+ CONFIG : ' go1.17-bullseye'
4
+ IMAGE_VERSION : ' v2.3.1-go1.17.1-bullseye.0'
5
+ GO_MAJOR_VERSION : ' 1.17'
6
+ OS_CODENAME : ' bullseye'
7
+ REVISION : ' 0'
8
+ GO_VERSION : ' 1.17.1'
9
+ DISTROLESS_IMAGE : ' static-debian11'
2
10
go1.17-buster :
3
11
CONFIG : ' go1.17-buster'
4
12
IMAGE_VERSION : ' v2.3.1-go1.17.1-buster.0'
Original file line number Diff line number Diff line change 1
1
variants :
2
+ go1.17-bullseye :
3
+ CONFIG : ' go1.17-bullseye'
4
+ GO_VERSION : ' 1.17.1'
5
+ OS_CODENAME : ' bullseye'
6
+ REVISION : ' 0'
2
7
go1.17-buster :
3
8
CONFIG : ' go1.17-buster'
4
9
GO_VERSION : ' 1.17.1'
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ variants:
3
3
CONFIG : default
4
4
GO_VERSION : ' 1.16.7'
5
5
OS_CODENAME : ' buster'
6
+ next :
7
+ CONFIG : next
8
+ GO_VERSION : ' 1.17.1'
9
+ OS_CODENAME : ' bullseye'
6
10
' 1.23 ' :
7
11
CONFIG : ' 1.23'
8
12
GO_VERSION : ' 1.17.1'
You can’t perform that action at this time.
0 commit comments