Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebuild debian-base and tag to bookworm-v1.0.2 #3522

Merged
merged 1 commit into from Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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'