Skip to content

Commit

Permalink
build go-runner for go1.21 with bullseye
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Feb 10, 2024
1 parent 56c42ea commit 4d0e0f0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@ dependencies:
match: OS_CODENAME\ \?=\ bullseye
- path: images/build/cross/variants.yaml
match: "OS_CODENAME: 'bullseye'"
# We keep them around for backwards compatibility and release branches.
- path: images/build/go-runner/variants.yaml
match: "OS_CODENAME: 'bullseye'"
- path: images/releng/k8s-ci-builder/Makefile
match: OS_CODENAME\ \?=\ bullseye
- path: images/releng/k8s-ci-builder/variants.yaml
Expand Down
4 changes: 2 additions & 2 deletions images/build/cross/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variants:
OS_CODENAME: 'bullseye'
REVISION: '0'
v1.27-go1.21-bullseye:
CONFIG: 'go1.20-bullseye'
CONFIG: 'go1.21-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.27.0-go1.21.7-bullseye.0'
KUBERNETES_VERSION: 'v1.27.0'
Expand All @@ -36,7 +36,7 @@ variants:
OS_CODENAME: 'bullseye'
REVISION: '0'
v1.26-go1.21-bullseye:
CONFIG: 'go1.20-bullseye'
CONFIG: 'go1.21-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.26.0-go1.21.7-bullseye.0'
KUBERNETES_VERSION: 'v1.26.0'
Expand Down
8 changes: 8 additions & 0 deletions images/build/go-runner/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ variants:
REVISION: '0'
GO_VERSION: '1.21.7'
DISTROLESS_IMAGE: 'static-debian12'
go1.21-bullseye:
CONFIG: 'go1.21-bullseye'
IMAGE_VERSION: 'v2.3.1-go1.21.7-bullseye.0'
GO_MAJOR_VERSION: '1.21'
OS_CODENAME: 'bullseye'
REVISION: '0'
GO_VERSION: '1.21.7'
DISTROLESS_IMAGE: 'static-debian11'

0 comments on commit 4d0e0f0

Please sign in to comment.