Skip to content

Commit 410b388

Browse files
committed
build: Fix base image versions on dependents
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 99e6e06 commit 410b388

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/debian-iptables/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
REGISTRY?="staging-k8s.gcr.io"
1818
IMAGE=$(REGISTRY)/debian-iptables
19-
TAG?=v12.0.2
19+
TAG?=v12.0.1
2020
ARCH?=amd64
2121
ALL_ARCH = amd64 arm arm64 ppc64le s390x
2222
TEMP_DIR:=$(shell mktemp -d)
2323

2424
BASE_REGISTRY?=k8s.gcr.io
25-
BASEIMAGE?=$(BASE_REGISTRY)/debian-base-$(ARCH):v2.0.1
25+
BASEIMAGE?=$(BASE_REGISTRY)/debian-base-$(ARCH):v2.0.0
2626

2727
# This option is for running docker manifest command
2828
export DOCKER_CLI_EXPERIMENTAL := enabled

cluster/images/etcd-empty-dir-cleanup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM k8s.gcr.io/debian-base:v1.0.0
15+
FROM k8s.gcr.io/debian-base:v2.0.0
1616

1717
COPY etcdctl etcd-empty-dir-cleanup.sh /
1818
RUN chmod a+rx /etcdctl /etcd-empty-dir-cleanup.sh

0 commit comments

Comments
 (0)