Skip to content

Commit b5b0ded

Browse files
committed
images: Build go1.16-bullseye variants
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 4ace9ae commit b5b0ded

File tree

5 files changed

+37
-0
lines changed

5 files changed

+37
-0
lines changed

dependencies.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,16 @@ dependencies:
351351
- name: "Debian: codename (next candidate)"
352352
version: bullseye
353353
refPaths:
354+
- path: images/build/cross/variants.yaml
355+
match: "OS_CODENAME: '(bullseye|buster)'"
354356
- path: images/build/debian-base/variants.yaml
355357
match: "CONFIG: '(bullseye|buster)'"
358+
- path: images/build/go-runner/variants.yaml
359+
match: "OS_CODENAME: '(bullseye|buster)'"
360+
- path: images/releng/ci/variants.yaml
361+
match: "OS_CODENAME: '(bullseye|buster)'"
362+
- path: images/releng/k8s-ci-builder/variants.yaml
363+
match: "OS_CODENAME: '(bullseye|buster)'"
356364

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

images/build/cross/variants.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ variants:
99
OS_CODENAME: 'buster'
1010
REVISION: '0'
1111
PROTOBUF_VERSION: '3.7.0'
12+
go1.16-bullseye:
13+
CONFIG: 'go1.16-bullseye'
14+
TYPE: 'default'
15+
IMAGE_VERSION: 'v1.22.0-go1.16.7-bullseye.0'
16+
KUBERNETES_VERSION: 'v1.22.0'
17+
GO_VERSION: '1.16.7'
18+
GO_MAJOR_VERSION: '1.16'
19+
OS_CODENAME: 'bullseye'
20+
REVISION: '0'
21+
PROTOBUF_VERSION: '3.7.0'
1222
go1.16-buster:
1323
CONFIG: 'go1.16-buster'
1424
TYPE: 'default'

images/build/go-runner/variants.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ variants:
77
REVISION: '0'
88
GO_VERSION: '1.17'
99
DISTROLESS_IMAGE: 'static-debian10'
10+
go1.16-bullseye:
11+
CONFIG: 'go1.16-bullseye'
12+
IMAGE_VERSION: 'v2.3.1-go1.16.7-bullseye.0'
13+
GO_MAJOR_VERSION: '1.16'
14+
OS_CODENAME: 'bullseye'
15+
REVISION: '0'
16+
GO_VERSION: '1.16.7'
17+
DISTROLESS_IMAGE: 'static-debian11'
1018
go1.16-buster:
1119
CONFIG: 'go1.16-buster'
1220
IMAGE_VERSION: 'v2.3.1-go1.16.7-buster.0'

images/releng/ci/variants.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ variants:
44
GO_VERSION: '1.17'
55
OS_CODENAME: 'buster'
66
REVISION: '0'
7+
go1.16-bullseye:
8+
CONFIG: 'go1.16-bullseye'
9+
GO_VERSION: '1.16.7'
10+
OS_CODENAME: 'bullseye'
11+
REVISION: '0'
712
go1.16-buster:
813
CONFIG: 'go1.16-buster'
914
GO_VERSION: '1.16.7'

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ variants:
55
OS_CODENAME: 'buster'
66
BAZEL_VERSION: '3.4.1'
77
OLD_BAZEL_VERSION: '2.2.0'
8+
next:
9+
CONFIG: next
10+
GO_VERSION: '1.16.7'
11+
OS_CODENAME: 'bullseye'
12+
BAZEL_VERSION: '3.4.1'
13+
OLD_BAZEL_VERSION: '2.2.0'
814
'1.23':
915
CONFIG: '1.23'
1016
GO_VERSION: '1.17'

0 commit comments

Comments
 (0)