-
Notifications
You must be signed in to change notification settings - Fork 29
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
Dockerfile for building proxy #124
Comments
Following this guide, I build the envoy binary success. But I don’t know what should put into the image, only the envoy binary? Or with some dependencies and configurations. Really appreciate for the reply^_^ |
You mean how to build istio-proxy? |
Yes. I see when using istio with aeraki, I need change proxy image to meta-protocol-proxy:1.4.2. I want to know how to build a new version. |
Is the following method the right way? |
@2011aad Sorry this hasn't been written down in docs. You can find the script here: https://github.com/aeraki-mesh/istio/blob/aeraki-1.18.1/build-proxy.sh |
Thanks. I'm building istio-proxy with my own envoy binary. After build istio docker.proxyv2, I use the following dockerfile content to replace envoy binary within the image and works. ^_^ DockerfileFROM localhost:5000/proxyv2:latest |
Yes, that would also work, but the image will be larger. |
Same as #112.
Is there any instructions?
I'm also stuck here.
The text was updated successfully, but these errors were encountered: