mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
Merge pull request #93562 from justaugustus/base-images
base-images: Build debian-base@v2.1.1
This commit is contained in:
commit
c87adbfca7
@ -18,7 +18,7 @@ REGISTRY ?= gcr.io/k8s-staging-build-image
|
||||
IMAGE ?= $(REGISTRY)/debian-base
|
||||
BUILD_IMAGE ?= debian-build
|
||||
|
||||
TAG ?= v2.1.0
|
||||
TAG ?= v2.1.1
|
||||
|
||||
TAR_FILE ?= rootfs.tar
|
||||
ARCH?=amd64
|
||||
|
@ -104,7 +104,7 @@ dependencies:
|
||||
|
||||
# Base images
|
||||
- name: "k8s.gcr.io/debian-base"
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
refPaths:
|
||||
- path: build/debian-base/Makefile
|
||||
match: TAG \?=
|
||||
|
Loading…
Reference in New Issue
Block a user