From df4c3069635d8d564fd3fe3065fc786a11a59190 Mon Sep 17 00:00:00 2001 From: cpanato Date: Wed, 27 Mar 2024 18:00:31 +0100 Subject: [PATCH] rebuild debian-base and tag to bookworm-v1.0.2 Signed-off-by: cpanato --- dependencies.yaml | 4 ++-- images/build/debian-base/Makefile | 2 +- images/build/debian-base/variants.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index 270aed9ee59..ae0853ab5a2 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -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-]+)*))?) @@ -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-]+)*))?)'" diff --git a/images/build/debian-base/Makefile b/images/build/debian-base/Makefile index 2a65761bf46..f74f70f39b8 100755 --- a/images/build/debian-base/Makefile +++ b/images/build/debian-base/Makefile @@ -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 diff --git a/images/build/debian-base/variants.yaml b/images/build/debian-base/variants.yaml index 983153cdf0f..754cf9afdae 100644 --- a/images/build/debian-base/variants.yaml +++ b/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'