Skip to content

Commit

Permalink
images: Build go1.17-bullseye variants (part one)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <[email protected]>
  • Loading branch information
justaugustus committed Sep 14, 2021
1 parent 1acf991 commit f477c6e
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,16 @@ dependencies:
- name: "Debian: codename (next candidate)"
version: bullseye
refPaths:
- 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)'"
- 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
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions images/build/go-runner/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
variants:
go1.17-bullseye:
CONFIG: 'go1.17-bullseye'
IMAGE_VERSION: 'v2.3.1-go1.17.1-bullseye.0'
GO_MAJOR_VERSION: '1.17'
OS_CODENAME: 'bullseye'
REVISION: '0'
GO_VERSION: '1.17.1'
DISTROLESS_IMAGE: 'static-debian11'
go1.17-buster:
CONFIG: 'go1.17-buster'
IMAGE_VERSION: 'v2.3.1-go1.17.1-buster.0'
Expand Down
5 changes: 5 additions & 0 deletions images/releng/ci/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
variants:
go1.17-bullseye:
CONFIG: 'go1.17-bullseye'
GO_VERSION: '1.17.1'
OS_CODENAME: 'bullseye'
REVISION: '0'
go1.17-buster:
CONFIG: 'go1.17-buster'
GO_VERSION: '1.17.1'
Expand Down
4 changes: 4 additions & 0 deletions images/releng/k8s-ci-builder/variants.yaml
Original file line number Diff line number Diff line change
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 f477c6e

Please sign in to comment.