Skip to content

Commit

Permalink
debian-base: Build bullseye-v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wespanther committed Jul 16, 2022
1 parent 6579915 commit 813d04c
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 @@ -410,7 +410,7 @@ dependencies:
match: "OS_CODENAME: 'bullseye'"

- name: "k8s.gcr.io/build-image/debian-base"
version: bullseye-v1.4.0
version: bullseye-v1.5.0
refPaths:
- path: images/build/debian-base/Makefile
match: IMAGE_VERSION\ \?=\ bullseye-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 @@ -459,7 +459,7 @@ dependencies:

# Base images (next candidate)
- name: "k8s.gcr.io/build-image/debian-base (next candidate)"
version: bullseye-v1.4.0
version: bullseye-v1.5.0
refPaths:
- path: images/build/debian-base/variants.yaml
match: "IMAGE_VERSION: 'bullseye-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 ?= bullseye-v1.4.0
IMAGE_VERSION ?= bullseye-v1.5.0
CONFIG ?= bullseye

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
Expand Up @@ -2,7 +2,7 @@ variants:
# Debian 11 - Kubernetes 1.23 and newer
bullseye:
CONFIG: 'bullseye'
IMAGE_VERSION: 'bullseye-v1.4.0'
IMAGE_VERSION: 'bullseye-v1.5.0'
# Debian 10 - Kubernetes 1.22 and older
buster:
CONFIG: 'buster'
Expand Down

0 comments on commit 813d04c

Please sign in to comment.