pipelines/third_party/metadata_envoy
Rentaro Matsukata 96aaad9421
fix(metadata envoy): upgrade envoy and config from 1.12 to 1.27 (#10589)
Signed-off-by: Rentaro Matsukata <freefood89@users.noreply.github.com>
2024-03-25 21:39:17 +00:00
..
Dockerfile fix(metadata envoy): upgrade envoy and config from 1.12 to 1.27 (#10589) 2024-03-25 21:39:17 +00:00
README.md third_party/metadata_envoy: Modify license file (#2224) 2019-09-26 17:21:36 -07:00
dependencies.json third_party/metadata_envoy: Modify license file (#2224) 2019-09-26 17:21:36 -07:00
dependency_helper.py Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
envoy.yaml fix(metadata envoy): upgrade envoy and config from 1.12 to 1.27 (#10589) 2024-03-25 21:39:17 +00:00
license.txt third_party/metadata_envoy: Modify license file (#2224) 2019-09-26 17:21:36 -07:00

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> .