Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ dependencies:

# Base images
- name: "k8s.gcr.io/build-image/debian-base"
version: buster-v1.7.2
version: buster-v1.8.0
refPaths:
- path: images/build/debian-base/Makefile
match: IMAGE_VERSION\ \?=\ [a-zA-Z]+\-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 ?= buster-v1.7.2
IMAGE_VERSION ?= buster-v1.8.0
CONFIG ?= buster

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:
buster:
CONFIG: 'buster'
IMAGE_VERSION: 'buster-v1.7.2'
IMAGE_VERSION: 'buster-v1.8.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aside: IMO we should dedupe this versus the makefile and drop the dependencies.yaml entry. it's just friction.