Merge pull request #89843 from sambdavidson/debian-bump
Bumped debian-base from 2.0.0 to 2.0.1
This commit is contained in:
		@@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io
 | 
				
			|||||||
IMAGE ?= $(REGISTRY)/debian-base
 | 
					IMAGE ?= $(REGISTRY)/debian-base
 | 
				
			||||||
BUILD_IMAGE ?= debian-build
 | 
					BUILD_IMAGE ?= debian-build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
TAG ?= v2.0.0
 | 
					TAG ?= v2.0.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
TAR_FILE ?= rootfs.tar
 | 
					TAR_FILE ?= rootfs.tar
 | 
				
			||||||
ARCH?=amd64
 | 
					ARCH?=amd64
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -16,12 +16,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
REGISTRY?="staging-k8s.gcr.io"
 | 
					REGISTRY?="staging-k8s.gcr.io"
 | 
				
			||||||
IMAGE=$(REGISTRY)/debian-iptables
 | 
					IMAGE=$(REGISTRY)/debian-iptables
 | 
				
			||||||
TAG?=v12.0.1
 | 
					TAG?=v12.0.2
 | 
				
			||||||
ARCH?=amd64
 | 
					ARCH?=amd64
 | 
				
			||||||
ALL_ARCH = amd64 arm arm64 ppc64le s390x
 | 
					ALL_ARCH = amd64 arm arm64 ppc64le s390x
 | 
				
			||||||
TEMP_DIR:=$(shell mktemp -d)
 | 
					TEMP_DIR:=$(shell mktemp -d)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):v2.0.0
 | 
					BASEIMAGE?=k8s.gcr.io/debian-base-$(ARCH):v2.0.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# This option is for running docker manifest command
 | 
					# This option is for running docker manifest command
 | 
				
			||||||
export DOCKER_CLI_EXPERIMENTAL := enabled
 | 
					export DOCKER_CLI_EXPERIMENTAL := enabled
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user