diff --git a/ci/build_container/README.md b/ci/build_container/README.md new file mode 100644 index 0000000000000..a4905cef35fac --- /dev/null +++ b/ci/build_container/README.md @@ -0,0 +1,8 @@ +## Steps to publish new image for Envoy 3rd party dependencies + +Currently this can be done only by Envoy team. + +* Modify [build_container.sh](build_container.sh) to include steps for building 3rd party library. +* Build image locally by running `docker build --rm -t lyft/envoy-build:latest .` from this directory. +* Login into docker hub by running `docker login`. Make sure to create account beforehand and get that added to Lyft team. +* Publish image by running `docker push lyft/envoy-build:latest`.