Skip to content

Commit 9d61aed

Browse files
authored
Merge pull request #1483 from justaugustus/debian-base
base-images: Build debian-hyperkube-base:v1.1.3
2 parents 2854460 + aed4372 commit 9d61aed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies:
8080
match: v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
8181

8282
- name: "k8s.gcr.io/debian-hyperkube-base"
83-
version: 1.1.2
83+
version: 1.1.3
8484
refPaths:
8585
- path: images/build/debian-hyperkube-base/Makefile
8686
match: TAG\?=
@@ -94,7 +94,7 @@ dependencies:
9494
match: v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
9595

9696
- name: "k8s.gcr.io/debian-iptables: dependents"
97-
version: 12.1.1
97+
version: 12.1.2
9898
refPaths:
9999
- path: images/build/debian-hyperkube-base/Makefile
100100
match: BASEIMAGE\?\=\$\(BASE_REGISTRY\)\/debian-iptables-\$\(ARCH\):v\d+\.\d+\.\d+

images/build/debian-hyperkube-base/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
REGISTRY?=gcr.io/k8s-staging-build-image
2121
IMAGE?=$(REGISTRY)/debian-hyperkube-base
22-
TAG?=v1.1.2
22+
TAG?=v1.1.3
2323
ARCH?=amd64
2424
ALL_ARCH = amd64 arm arm64 ppc64le s390x
2525

2626
BASE_REGISTRY?=k8s.gcr.io/build-image
27-
BASEIMAGE?=$(BASE_REGISTRY)/debian-iptables-$(ARCH):v12.1.1
27+
BASEIMAGE?=$(BASE_REGISTRY)/debian-iptables-$(ARCH):v12.1.2
2828
CNI_VERSION?=v0.8.6
2929

3030
TEMP_DIR:=$(shell mktemp -d)

0 commit comments

Comments
 (0)