File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
images/build/debian-hyperkube-base Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ dependencies:
80
80
match : v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
81
81
82
82
- name : " k8s.gcr.io/debian-hyperkube-base"
83
- version : 1.1.2
83
+ version : 1.1.3
84
84
refPaths :
85
85
- path : images/build/debian-hyperkube-base/Makefile
86
86
match : TAG\?=
@@ -94,7 +94,7 @@ dependencies:
94
94
match : v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
95
95
96
96
- name : " k8s.gcr.io/debian-iptables: dependents"
97
- version : 12.1.1
97
+ version : 12.1.2
98
98
refPaths :
99
99
- path : images/build/debian-hyperkube-base/Makefile
100
100
match : BASEIMAGE\?\=\$\(BASE_REGISTRY\)\/debian-iptables-\$\(ARCH\):v\d+\.\d+\.\d+
Original file line number Diff line number Diff line change 19
19
20
20
REGISTRY? =gcr.io/k8s-staging-build-image
21
21
IMAGE? =$(REGISTRY ) /debian-hyperkube-base
22
- TAG? =v1.1.2
22
+ TAG? =v1.1.3
23
23
ARCH? =amd64
24
24
ALL_ARCH = amd64 arm arm64 ppc64le s390x
25
25
26
26
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
28
28
CNI_VERSION? =v0.8.6
29
29
30
30
TEMP_DIR: =$(shell mktemp -d)
You can’t perform that action at this time.
0 commit comments