Signed-off-by: Rentaro Matsukata <freefood89@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| Dockerfile | ||
| README.md | ||
| dependencies.json | ||
| dependency_helper.py | ||
| envoy.yaml | ||
| license.txt | ||
README.md
Metadata-Envoy
Folder to host build script to build metadata-envoy image. metadata-envoy image is just a wrapper image on top of the OSS envoy image that contains license files for all the third party libraries used in envoy.
Adding new library dependency
To add license file for a new library introduce in OSS envoy just update dependencies.json file with the entry for the library and its corresponding license url path and the run the python script:
python dependency_helper.py dependencies.json
Building image
To build the image run:
docker build -t <image-tag> .