Skip to content

Commit

Permalink
Update debian-base image to buster-v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoycekung committed Jun 26, 2021
1 parent 7498c28 commit 42f9333
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dependencies:

# Base images
- name: "k8s.gcr.io/debian-base: dependents"
version: buster-v1.7.1
version: buster-v1.8.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-]+)*))?)
Expand Down
10 changes: 5 additions & 5 deletions cluster/images/etcd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,19 @@ GOARM?=7
TEMP_DIR:=$(shell mktemp -d)

This comment has been minimized.

Copy link
@pacoxu

pacoxu Aug 10, 2021

Member

REVISION above is not changed. Is it needed?


ifeq ($(ARCH),amd64)
BASEIMAGE?=k8s.gcr.io/build-image/debian-base:buster-v1.7.1
BASEIMAGE?=k8s.gcr.io/build-image/debian-base:buster-v1.8.0
endif
ifeq ($(ARCH),arm)
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm:buster-v1.7.1
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm:buster-v1.8.0
endif
ifeq ($(ARCH),arm64)
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm64:buster-v1.7.1
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-arm64:buster-v1.8.0
endif
ifeq ($(ARCH),ppc64le)
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-ppc64le:buster-v1.7.1
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-ppc64le:buster-v1.8.0
endif
ifeq ($(ARCH),s390x)
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-s390x:buster-v1.7.1
BASEIMAGE?=k8s.gcr.io/build-image/debian-base-s390x:buster-v1.8.0
endif

RUNNERIMAGE?=gcr.io/distroless/static:latest
Expand Down

0 comments on commit 42f9333

Please sign in to comment.