-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image docker.io/envoyproxy/envoy-build-centos not available #2404
Comments
U can set "IMAGE_ID=latest" along with IMAGE_NAME as a work around |
Sometimes the build images don't all build correctly due to CI timeouts, etc. Using latest is probably a fine workaround per @sudeeptoroy. Going to close this out. Let us know if you have other questions. |
Even using IMAGE_ID=latest doesn't work: $ IMAGE_ID=latest IMAGE_NAME=envoyproxy/envoy-build-centos ./ci/run_envoy_docker.sh './ci/do_ci.sh bazel.release'
|
Can u confirm if u r using the latest src code.. very recently user is created before the build.. |
My build was based on checking out v1.5.0. The goal was to build a 1.5.0 binary. I'm assuming I need to grab the appropriate centos image at the time v1.5.0 was built? |
can you patch this to ur code and try once: |
Signed-off-by: GitHub Action <[email protected]> Co-authored-by: jpsim <[email protected]> Signed-off-by: JP Simard <[email protected]>
Signed-off-by: GitHub Action <[email protected]> Co-authored-by: jpsim <[email protected]> Signed-off-by: JP Simard <[email protected]>
The following is failing to pull down envoy-build-centos image from docker.io.
Unable to find image 'envoyproxy/envoy-build-centos:52f6880ffbf761c9b809fc3ac208900956ff16b4' locally
Pulling repository docker.io/envoyproxy/envoy-build-centos
docker: Tag 52f6880 not found in repository docker.io/envoyproxy/envoy-build-centos.
See 'docker run --help'.
The text was updated successfully, but these errors were encountered: