- git clone https://github.com/bdecoste/istio_proxy_build_image
- cd istio_proxy_build_image
- git submodule update --init --recursive
- docker build .
- docker run -it -v /var/run/docker.sock:/var/run/docker.sock builderImage:tag
This will create:
- gcr.io/istio-testing/envoy-debug:TB12
- gcr.io/istio-testing/iptables:TB12
- istio/proxy_debug:TB12
- istio/proxy_init:TB12