From 4568fc08c7a8f9484c25d7bdd3c36d8c69a802da Mon Sep 17 00:00:00 2001 From: Di Jin Date: Mon, 21 Jun 2021 11:35:57 -0700 Subject: [PATCH] debian-base: Build buster-v1.8.0 image --- dependencies.yaml | 2 +- images/build/debian-base/Makefile | 2 +- images/build/debian-base/variants.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index a475cd447b0..93a7f91b1e0 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -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-]+)*))?) diff --git a/images/build/debian-base/Makefile b/images/build/debian-base/Makefile index c40d375fbd7..67a6aac6f02 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 ?= buster-v1.7.2 +IMAGE_VERSION ?= buster-v1.8.0 CONFIG ?= buster TAR_FILE ?= rootfs.tar diff --git a/images/build/debian-base/variants.yaml b/images/build/debian-base/variants.yaml index 03a29a76143..b428fc9e659 100644 --- a/images/build/debian-base/variants.yaml +++ b/images/build/debian-base/variants.yaml @@ -1,4 +1,4 @@ variants: buster: CONFIG: 'buster' - IMAGE_VERSION: 'buster-v1.7.2' + IMAGE_VERSION: 'buster-v1.8.0'