Update debian-base to buster-v1.7.0

Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
This commit is contained in:
Marko Mudrinić 2021-05-25 22:46:27 +02:00
parent 3bcc15e19d
commit 33fe4bb076
No known key found for this signature in database
GPG Key ID: F15730C52ACE0E9D
2 changed files with 6 additions and 6 deletions

View File

@ -132,7 +132,7 @@ dependencies:
# Base images
- name: "k8s.gcr.io/debian-base: dependents"
version: buster-v1.6.0
version: buster-v1.7.0
refPaths:
- path: cluster/images/etcd/Makefile
match: BASEIMAGE\?\=k8s\.gcr\.io\/build-image\/debian-base:[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-]+)*))?)

View File

@ -67,19 +67,19 @@ GOARM?=7
TEMP_DIR:=$(shell mktemp -d)
ifeq ($(ARCH),amd64)
BASEIMAGE?=k8s.gcr.io/build-image/debian-base:buster-v1.6.0
BASEIMAGE?=k8s.gcr.io/build-image/debian-base:buster-v1.7.0
endif
ifeq ($(ARCH),arm)
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm:buster-v1.6.0
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm:buster-v1.7.0
endif
ifeq ($(ARCH),arm64)
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm64:buster-v1.6.0
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm64:buster-v1.7.0
endif
ifeq ($(ARCH),ppc64le)
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-ppc64le:buster-v1.6.0
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-ppc64le:buster-v1.7.0
endif
ifeq ($(ARCH),s390x)
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-s390x:buster-v1.6.0
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-s390x:buster-v1.7.0
endif
RUNNERIMAGE?=gcr.io/distroless/static:latest