kubernetes/build/debian-iptables
Stephen Augustus 7109a86f47 build: Build debian-iptables:v12.1.0 image
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2020-05-02 23:09:12 -04:00
..
cloudbuild.yaml build: Fixup GCB configs for debian-{base,iptables} images 2020-05-02 21:38:14 -04:00
Dockerfile Add mode-detecting iptables wrappers to the debian-iptables image 2019-11-14 09:57:57 -05:00
iptables-wrapper Update debian-iptables iptables-wrapper script 2019-11-14 09:57:57 -05:00
Makefile build: Build debian-iptables:v12.1.0 image 2020-05-02 23:09:12 -04:00
OWNERS build: Add build-image OWNERS to debian-{base,iptables} and pause dirs 2020-05-01 03:20:46 -04:00
README.md Manifest for debian-iptables image 2018-09-19 09:46:07 +05:30

debian-iptables

Serves as the base image for k8s.gcr.io/kube-proxy-${ARCH} and multiarch (not amd64) k8s.gcr.io/flannel-${ARCH} images.

This image is compiled for multiple architectures.

How to release

If you're editing the Dockerfile or some other thing, please bump the TAG in the Makefile.

Build and  push images for all the architectures
$ make all-push
# ---> staging-k8s.gcr.io/debian-iptables-amd64:TAG
# ---> staging-k8s.gcr.io/debian-iptables-arm:TAG
# ---> staging-k8s.gcr.io/debian-iptables-arm64:TAG
# ---> staging-k8s.gcr.io/debian-iptables-ppc64le:TAG
# ---> staging-k8s.gcr.io/debian-iptables-s390x:TAG

If you don't want to push the images, run make build ARCH={target_arch} or make all-build instead

Analytics