Skip to content

Commit f477c6e

Browse files
committed
images: Build go1.17-bullseye variants (part one)
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 1acf991 commit f477c6e

File tree

5 files changed

+35
-0
lines changed

5 files changed

+35
-0
lines changed

dependencies.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,16 @@ dependencies:
389389
- name: "Debian: codename (next candidate)"
390390
version: bullseye
391391
refPaths:
392+
- path: images/build/cross/variants.yaml
393+
match: "OS_CODENAME: '(bullseye|buster)'"
392394
- path: images/build/debian-base/variants.yaml
393395
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)'"
394402

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

images/build/cross/variants.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
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'
212
go1.17-buster:
313
CONFIG: 'go1.17-buster'
414
TYPE: 'default'

images/build/go-runner/variants.yaml

Lines changed: 8 additions & 0 deletions
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

Lines changed: 5 additions & 0 deletions
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'

images/releng/k8s-ci-builder/variants.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ variants:
33
CONFIG: default
44
GO_VERSION: '1.16.7'
55
OS_CODENAME: 'buster'
6+
next:
7+
CONFIG: next
8+
GO_VERSION: '1.17.1'
9+
OS_CODENAME: 'bullseye'
610
'1.23':
711
CONFIG: '1.23'
812
GO_VERSION: '1.17.1'

0 commit comments

Comments
 (0)