We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d911254 commit aff4d7fCopy full SHA for aff4d7f
build/debian-base/Makefile
@@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io
18
IMAGE ?= $(REGISTRY)/debian-base
19
BUILD_IMAGE ?= debian-build
20
21
-TAG ?= v2.0.0
+TAG ?= v2.0.1
22
23
TAR_FILE ?= rootfs.tar
24
ARCH?=amd64
build/debian-iptables/Makefile
@@ -16,12 +16,12 @@
16
17
REGISTRY?="staging-k8s.gcr.io"
IMAGE=$(REGISTRY)/debian-iptables
-TAG?=v12.0.1
+TAG?=v12.0.2
ALL_ARCH = amd64 arm arm64 ppc64le s390x
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
25
26
# This option is for running docker manifest command
27
export DOCKER_CLI_EXPERIMENTAL := enabled
0 commit comments