You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!, I wrote a custom http filter for envoy (following the sample available here). I am able to build the project and generate an envoy static binary using bazel build //http-filter-example:envoy. I tried to generate a docker image for envoy with this custom filter included following the documentation here but it doesn't seem to factor in the custom filter I added.
How do I go about creating a custom docker image for envoy with the filter that I just added?
Sorry, I am new to envoy and bazel and I apologize if I am asking something that is already documented somewhere.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello!, I wrote a custom http filter for envoy (following the sample available here). I am able to build the project and generate an envoy static binary using
bazel build //http-filter-example:envoy
. I tried to generate a docker image for envoy with this custom filter included following the documentation here but it doesn't seem to factor in the custom filter I added.How do I go about creating a custom docker image for envoy with the filter that I just added?
Sorry, I am new to envoy and bazel and I apologize if I am asking something that is already documented somewhere.
Thanks!
The text was updated successfully, but these errors were encountered: