ceph-csi/vendor/k8s.io/kubernetes/build/debian-iptables/README.md

33 lines
933 B
Markdown
Raw Normal View History

2018-01-09 18:57:14 +00:00
### debian-iptables
2018-03-06 22:33:18 +00:00
Serves as the base image for `k8s.gcr.io/kube-proxy-${ARCH}` and multiarch (not `amd64`) `k8s.gcr.io/flannel-${ARCH}` images.
2018-01-09 18:57:14 +00:00
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.
```console
# Build for linux/amd64 (default)
$ make push ARCH=amd64
2018-03-06 22:33:18 +00:00
# ---> staging-k8s.gcr.io/debian-iptables-amd64:TAG
2018-01-09 18:57:14 +00:00
$ make push ARCH=arm
2018-03-06 22:33:18 +00:00
# ---> staging-k8s.gcr.io/debian-iptables-arm:TAG
2018-01-09 18:57:14 +00:00
$ make push ARCH=arm64
2018-03-06 22:33:18 +00:00
# ---> staging-k8s.gcr.io/debian-iptables-arm64:TAG
2018-01-09 18:57:14 +00:00
$ make push ARCH=ppc64le
2018-03-06 22:33:18 +00:00
# ---> staging-k8s.gcr.io/debian-iptables-ppc64le:TAG
2018-01-09 18:57:14 +00:00
$ make push ARCH=s390x
2018-03-06 22:33:18 +00:00
# ---> staging-k8s.gcr.io/debian-iptables-s390x:TAG
2018-01-09 18:57:14 +00:00
```
If you don't want to push the images, run `make` or `make build` instead
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/build/debian-iptables/README.md?pixel)]()