Skip to content

Commit

Permalink
Merge pull request #3522 from cpanato/debian-base
Browse files Browse the repository at this point in the history
rebuild debian-base and tag to bookworm-v1.0.2
  • Loading branch information
k8s-ci-robot committed Mar 27, 2024
2 parents d17b990 + df4c306 commit c7a815f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Expand Up @@ -431,7 +431,7 @@ dependencies:
match: "OS_CODENAME: 'bookworm'"

- name: "registry.k8s.io/build-image/debian-base"
version: bookworm-v1.0.1
version: bookworm-v1.0.2
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 @@ -484,7 +484,7 @@ dependencies:

# Base images (next candidate)
- name: "registry.k8s.io/build-image/debian-base (next candidate)"
version: bookworm-v1.0.1
version: bookworm-v1.0.2
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
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.1
IMAGE_VERSION ?= bookworm-v1.0.2
CONFIG ?= bookworm

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

0 comments on commit c7a815f

Please sign in to comment.