Skip to content

Commit ebcec94

Browse files
authored
Merge pull request #3150 from saschagrunert/ci-bookworm
releng-ci: switch to debian bookworm
2 parents 9f41d80 + c2d02ae commit ebcec94

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ dependencies:
436436
# match: CONFIG\ \?=\ bullseye
437437
# - path: images/build/setcap/variants.yaml
438438
# match: "CONFIG: 'bullseye'"
439-
- path: images/releng/ci/variants.yaml
440-
match: "OS_CODENAME: 'bullseye'"
439+
# - path: images/releng/ci/variants.yaml
440+
# match: "OS_CODENAME: 'bullseye'"
441441
- path: images/releng/k8s-ci-builder/Makefile
442442
match: OS_CODENAME\ \?=\ bullseye
443443
- path: images/releng/k8s-ci-builder/variants.yaml

images/releng/ci/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ RUN apt-get update && \
3131
rm -rf /var/lib/apt/lists/*
3232

3333
# install goreleaser
34-
ARG GORELEASER_VERSION=v1.16.0
35-
ARG GORELEASER_SHA=498193112465ba149b55684d75d40a94649b5ba031021e82d9aa3df420f7c5a6
34+
ARG GORELEASER_VERSION=v1.19.2
35+
ARG GORELEASER_SHA=27c7397b816c43098f88cbccc5aeec3df929fb857f28b2cb8e885d09458ada1e
3636
RUN \
3737
GORELEASER_DOWNLOAD_FILE=goreleaser_Linux_x86_64.tar.gz && \
3838
GORELEASER_DOWNLOAD_URL=https://github.com/goreleaser/goreleaser/releases/download/${GORELEASER_VERSION}/${GORELEASER_DOWNLOAD_FILE} && \
@@ -43,8 +43,8 @@ RUN \
4343
goreleaser -v
4444

4545
# install ko
46-
ARG KO_VERSION=v0.13.0
47-
ARG KO_SHA=80f3e3148fabd5b839cc367ac56bb4794f90e7262b01911316c670b210b574cc
46+
ARG KO_VERSION=v0.14.1
47+
ARG KO_SHA=3f8f8e3fb4b78a4dfc0708df2b58f202c595a66c34195786f9a279ea991f4eae
4848
RUN \
4949
KO_DOWNLOAD_FILE=ko_${KO_VERSION#v}_Linux_x86_64.tar.gz && \
5050
KO_DOWNLOAD_URL=https://github.com/ko-build/ko/releases/download/${KO_VERSION}/${KO_DOWNLOAD_FILE} && \

images/releng/ci/variants.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
variants:
2-
go1.21-bullseye:
3-
CONFIG: 'go1.21-bullseye'
2+
go1.21-bookworm:
3+
CONFIG: 'go1.21-bookworm'
44
GO_VERSION: '1.21rc2'
5-
OS_CODENAME: 'bullseye'
5+
OS_CODENAME: 'bookworm'
66
REVISION: '0'
7-
go1.20-bullseye:
8-
CONFIG: 'go1.20-bullseye'
7+
go1.20-bookworm:
8+
CONFIG: 'go1.20-bookworm'
99
GO_VERSION: '1.20.5'
10-
OS_CODENAME: 'bullseye'
10+
OS_CODENAME: 'bookworm'
1111
REVISION: '0'
12-
go1.19-bullseye:
13-
CONFIG: 'go1.19-bullseye'
12+
go1.19-bookworm:
13+
CONFIG: 'go1.19-bookworm'
1414
GO_VERSION: '1.19.10'
15-
OS_CODENAME: 'bullseye'
15+
OS_CODENAME: 'bookworm'
1616
REVISION: '0'

0 commit comments

Comments
 (0)