Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down