Skip to content

Commit

Permalink
Merge pull request #3612 from cpanato/rebuild-debian-base
Browse files Browse the repository at this point in the history
rebuild debian-base - bump to bookworm-v1.0.3
  • Loading branch information
k8s-ci-robot committed May 13, 2024
2 parents 480ca19 + b44b9e6 commit 0665b68
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 @@ -426,7 +426,7 @@ dependencies:
match: "OS_CODENAME: 'bookworm'"

- name: "registry.k8s.io/build-image/debian-base"
version: bookworm-v1.0.2
version: bookworm-v1.0.3
refPaths:
- path: images/build/debian-base/Makefile
match: IMAGE_VERSION\ \?=\ bookworm-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
Expand Down Expand Up @@ -479,7 +479,7 @@ dependencies:

# Base images (next candidate)
- name: "registry.k8s.io/build-image/debian-base (next candidate)"
version: bookworm-v1.0.2
version: bookworm-v1.0.3
refPaths:
- path: images/build/debian-base/variants.yaml
match: "IMAGE_VERSION: 'bookworm-v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"
Expand Down
2 changes: 1 addition & 1 deletion images/build/debian-base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ IMAGE ?= $(REGISTRY)/debian-base
BUILD_IMAGE ?= debian-build

TAG ?= $(shell git describe --tags --always --dirty)
IMAGE_VERSION ?= bookworm-v1.0.2
IMAGE_VERSION ?= bookworm-v1.0.3
CONFIG ?= bookworm

TAR_FILE ?= rootfs.tar
Expand Down
2 changes: 1 addition & 1 deletion images/build/debian-base/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
variants:
bookworm:
CONFIG: 'bookworm'
IMAGE_VERSION: 'bookworm-v1.0.2'
IMAGE_VERSION: 'bookworm-v1.0.3'

0 comments on commit 0665b68

Please sign in to comment.