Skip to content

Commit a639b11

Browse files
committed
images: Build go1.17-bullseye variants (part one)
- go-runner:v2.3.1-go1.17.1-bullseye.0 - releng-ci The other image builds are failing and will be addressed in a follow-up. Namely: - kube-cross - k8s-ci-builder Signed-off-by: Stephen Augustus <[email protected]>
1 parent 16d5cb0 commit a639b11

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

dependencies.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,18 @@ dependencies:
389389
- name: "Debian: codename (next candidate)"
390390
version: bullseye
391391
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)'"
392395
- path: images/build/debian-base/variants.yaml
393396
match: "CONFIG: '(bullseye|buster)'"
397+
- path: images/build/go-runner/variants.yaml
398+
match: "OS_CODENAME: '(bullseye|buster)'"
399+
- path: images/releng/ci/variants.yaml
400+
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)'"
394404

395405
- name: "k8s.gcr.io/build-image/debian-base"
396406
version: buster-v1.9.0

images/build/go-runner/variants.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
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'
210
go1.17-buster:
311
CONFIG: 'go1.17-buster'
412
IMAGE_VERSION: 'v2.3.1-go1.17.1-buster.0'

images/releng/ci/variants.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
variants:
2+
go1.17-bullseye:
3+
CONFIG: 'go1.17-bullseye'
4+
GO_VERSION: '1.17.1'
5+
OS_CODENAME: 'bullseye'
6+
REVISION: '0'
27
go1.17-buster:
38
CONFIG: 'go1.17-buster'
49
GO_VERSION: '1.17.1'

0 commit comments

Comments
 (0)