From 760c946e130a860744e9fa3266f42a2eabfd66b7 Mon Sep 17 00:00:00 2001 From: Naresh Gorantla <87039136+ngorantla-equinix@users.noreply.github.com> Date: Thu, 3 Apr 2025 12:36:32 -0700 Subject: [PATCH] Update build_sha.sh file Signed-off-by: Naresh Gorantla <87039136+ngorantla-equinix@users.noreply.github.com> --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 63ca6574..a27ebaf5 100644 --- a/docker/README.md +++ b/docker/README.md @@ -4,7 +4,7 @@ image. The image is pushed to [dockerhub](https://hub.docker.com/r/envoyproxy/en After the PR that changes `docker` has been merged, and the new image gets pushed, a second PR is needed to update `envoy_build_sha.sh`. In order to pull the new tagged version of -the build image, change ENVOY_BUILD_SHA [here](https://github.com/envoyproxy/envoy/blob/main/envoy_build_sha.sh). +the build image, change ENVOY_BUILD_SHA [here](https://github.com/envoyproxy/envoy/blob/main/ci/envoy_build_sha.sh). Any PRs that depend on this image change will have to merge main after the change to `envoy_build_sha.sh` has been merged to main. ## Envoy health warning for the CentOS 7 build container