Skip to content

Commit

Permalink
images: Build go1.17-bullseye variants (part two)
Browse files Browse the repository at this point in the history
- kube-cross:v1.23.0-go1.17.1-bullseye.0
- k8s-ci-builder

Signed-off-by: Stephen Augustus <foo@auggie.dev>
  • Loading branch information
justaugustus committed Sep 14, 2021
1 parent 0a7c325 commit e3ab9f6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
10 changes: 4 additions & 6 deletions dependencies.yaml
Expand Up @@ -389,18 +389,16 @@ dependencies:
- name: "Debian: codename (next candidate)"
version: bullseye
refPaths:
# TODO(bullseye): Uncomment as part of https://github.com/kubernetes/release/pull/2249
#- path: images/build/cross/variants.yaml
# match: "OS_CODENAME: '(bullseye|buster)'"
- path: images/build/cross/variants.yaml
match: "OS_CODENAME: '(bullseye|buster)'"
- path: images/build/debian-base/variants.yaml
match: "CONFIG: '(bullseye|buster)'"
- path: images/build/go-runner/variants.yaml
match: "OS_CODENAME: '(bullseye|buster)'"
- path: images/releng/ci/variants.yaml
match: "OS_CODENAME: '(bullseye|buster)'"
# TODO(bullseye): Uncomment as part of https://github.com/kubernetes/release/pull/2249
#- path: images/releng/k8s-ci-builder/variants.yaml
# match: "OS_CODENAME: '(bullseye|buster)'"
- path: images/releng/k8s-ci-builder/variants.yaml
match: "OS_CODENAME: '(bullseye|buster)'"

- name: "k8s.gcr.io/build-image/debian-base"
version: buster-v1.9.0
Expand Down
10 changes: 10 additions & 0 deletions images/build/cross/variants.yaml
@@ -1,4 +1,14 @@
variants:
go1.17-bullseye:
CONFIG: 'go1.17-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.23.0-go1.17.1-bullseye.0'
KUBERNETES_VERSION: 'v1.23.0'
GO_VERSION: '1.17.1'
GO_MAJOR_VERSION: '1.17'
OS_CODENAME: 'bullseye'
REVISION: '0'
PROTOBUF_VERSION: '3.7.0'
go1.17-buster:
CONFIG: 'go1.17-buster'
TYPE: 'default'
Expand Down
4 changes: 4 additions & 0 deletions images/releng/k8s-ci-builder/variants.yaml
Expand Up @@ -3,6 +3,10 @@ variants:
CONFIG: default
GO_VERSION: '1.16.7'
OS_CODENAME: 'buster'
next:
CONFIG: next
GO_VERSION: '1.17.1'
OS_CODENAME: 'bullseye'
'1.23':
CONFIG: '1.23'
GO_VERSION: '1.17.1'
Expand Down

0 comments on commit e3ab9f6

Please sign in to comment.