Skip to content

Commit

Permalink
base image: update to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu committed Jan 24, 2024
1 parent d5a2bc9 commit c6d01ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,6 @@ dependencies:
# 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
match: "OS_CODENAME: 'bullseye'"

Expand All @@ -458,6 +456,8 @@ dependencies:
match: "OS_CODENAME: 'bookworm'"
- path: images/releng/k8s-ci-builder/variants.yaml
match: "OS_CODENAME: 'bookworm'"
- path: images/releng/k8s-ci-builder/Makefile
match: OS_CODENAME\ \?=\ bookworm

- name: "registry.k8s.io/build-image/debian-base"
version: bookworm-v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion images/releng/k8s-ci-builder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TAG ?= $(shell git describe --tags --always --dirty)

# Build args
GO_VERSION ?= 1.21.6
OS_CODENAME ?= bullseye
OS_CODENAME ?= bookworm
IMAGE_ARG ?= $(IMAGE):$(TAG)-$(CONFIG)

BUILD_ARGS = --build-arg=GO_VERSION=$(GO_VERSION) \
Expand Down
2 changes: 1 addition & 1 deletion images/releng/k8s-ci-builder/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ variants:
default:
CONFIG: default
GO_VERSION: '1.21.6'
OS_CODENAME: 'bullseye'
OS_CODENAME: 'bookworm'
next:
CONFIG: next
GO_VERSION: '1.22rc1'
Expand Down

0 comments on commit c6d01ca

Please sign in to comment.