mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
build: Build debian-iptables:v12.1.0 image
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
64300d8fff
commit
7109a86f47
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
REGISTRY?="gcr.io/k8s-staging-build-image"
|
REGISTRY?="gcr.io/k8s-staging-build-image"
|
||||||
IMAGE=$(REGISTRY)/debian-iptables
|
IMAGE=$(REGISTRY)/debian-iptables
|
||||||
TAG?=v12.0.1
|
TAG?=v12.1.0
|
||||||
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)
|
||||||
|
@ -104,7 +104,7 @@ dependencies:
|
|||||||
match: us\.gcr\.io\/k8s-artifacts-prod\/build-image\/debian-base:v\d+\.\d+\.\d+
|
match: us\.gcr\.io\/k8s-artifacts-prod\/build-image\/debian-base:v\d+\.\d+\.\d+
|
||||||
|
|
||||||
- name: "k8s.gcr.io/debian-iptables"
|
- name: "k8s.gcr.io/debian-iptables"
|
||||||
version: 12.0.1
|
version: 12.1.0
|
||||||
refPaths:
|
refPaths:
|
||||||
- path: build/debian-iptables/Makefile
|
- path: build/debian-iptables/Makefile
|
||||||
match: TAG\?=
|
match: TAG\?=
|
||||||
|
Loading…
Reference in New Issue
Block a user