File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -389,18 +389,16 @@ dependencies:
389
389
- name : " Debian: codename (next candidate)"
390
390
version : bullseye
391
391
refPaths :
392
- # TODO(bullseye): Uncomment as part of https://github.com/kubernetes/release/pull/2249
393
- # - path: images/build/cross/variants.yaml
394
- # match: "OS_CODENAME: '(bullseye|buster)'"
392
+ - path : images/build/cross/variants.yaml
393
+ match : " OS_CODENAME: '(bullseye|buster)'"
395
394
- path : images/build/debian-base/variants.yaml
396
395
match : " CONFIG: '(bullseye|buster)'"
397
396
- path : images/build/go-runner/variants.yaml
398
397
match : " OS_CODENAME: '(bullseye|buster)'"
399
398
- path : images/releng/ci/variants.yaml
400
399
match : " OS_CODENAME: '(bullseye|buster)'"
401
- # TODO(bullseye): Uncomment as part of https://github.com/kubernetes/release/pull/2249
402
- # - path: images/releng/k8s-ci-builder/variants.yaml
403
- # match: "OS_CODENAME: '(bullseye|buster)'"
400
+ - path : images/releng/k8s-ci-builder/variants.yaml
401
+ match : " OS_CODENAME: '(bullseye|buster)'"
404
402
405
403
- name : " k8s.gcr.io/build-image/debian-base"
406
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 @@ -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