From 31f391977e5e86927dd4a045a2e11244c9a09c47 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Tue, 5 Nov 2024 14:55:22 +0200 Subject: [PATCH] docs: update envoy build location (#36986) PR updates the location of the envoy's build folder which was moved from `envoy-build-tools` to `docker`. Signed-off-by: Emmanuel Ferdman --- ci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/README.md b/ci/README.md index d42aaaa0df75..c2186200e1c5 100644 --- a/ci/README.md +++ b/ci/README.md @@ -221,7 +221,7 @@ Docker host. The base build image used in the CI flows here lives in the [envoy-build-tools](https://github.com/envoyproxy/envoy-build-tools) repository. If you need to make and/or test changes to the build image, instructions to do so can be found in -the [build_container](https://github.com/envoyproxy/envoy-build-tools/blob/main/build_container/README.md) folder. +the [docker](https://github.com/envoyproxy/envoy-build-tools/blob/main/docker/README.md) folder. See the Dockerfiles and build scripts there for building a new image. # macOS Build Flow