Merge pull request #93562 from justaugustus/base-images

base-images: Build debian-base@v2.1.1
This commit is contained in:
Kubernetes Prow Robot 2020-07-30 23:54:03 -07:00 committed by GitHub
commit c87adbfca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ REGISTRY ?= gcr.io/k8s-staging-build-image
IMAGE ?= $(REGISTRY)/debian-base IMAGE ?= $(REGISTRY)/debian-base
BUILD_IMAGE ?= debian-build BUILD_IMAGE ?= debian-build
TAG ?= v2.1.0 TAG ?= v2.1.1
TAR_FILE ?= rootfs.tar TAR_FILE ?= rootfs.tar
ARCH?=amd64 ARCH?=amd64

View File

@ -104,7 +104,7 @@ dependencies:
# Base images # Base images
- name: "k8s.gcr.io/debian-base" - name: "k8s.gcr.io/debian-base"
version: 2.1.0 version: 2.1.1
refPaths: refPaths:
- path: build/debian-base/Makefile - path: build/debian-base/Makefile
match: TAG \?= match: TAG \?=