Skip to content

Commit

Permalink
updates links to jaegertracing-plugin.tar.gz
Browse files Browse the repository at this point in the history
This moves links used by example Docker configuration to a 1st party
repository.

Fixes envoyproxy#16866

Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Jul 26, 2021
1 parent 0b395d1 commit d37fd69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/front-proxy/Dockerfile-jaeger-service
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN chmod u+x /usr/local/bin/start_service.sh
# https://github.com/envoyproxy/envoy/issues/11382#issuecomment-638012072
#
RUN echo "4a7d17d4724ee890490bcd6cfdedb12a02316a3d33214348d30979abd201f1ca /usr/local/lib/libjaegertracing_plugin.so" > /tmp/checksum \
&& curl -Ls https://github.com/tetratelabs/getenvoy-package/files/3518103/getenvoy-centos-jaegertracing-plugin.tar.gz \
&& curl -Ls https://github.com/envoyproxy/misc/releases/download/jaegertracing-plugin/jaegertracing-plugin-centos.tar.gz \
| tar zxf - -C /usr/local/lib \
&& mv /usr/local/lib/libjaegertracing.so.0.4.2 /usr/local/lib/libjaegertracing_plugin.so \
&& sha256sum -c /tmp/checksum \
Expand Down
2 changes: 1 addition & 1 deletion examples/jaeger-native-tracing/Dockerfile-frontenvoy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY ./front-envoy-jaeger.yaml /etc/front-envoy.yaml
# https://github.com/envoyproxy/envoy/issues/11382#issuecomment-638012072
#
RUN echo "4a7d17d4724ee890490bcd6cfdedb12a02316a3d33214348d30979abd201f1ca /usr/local/lib/libjaegertracing_plugin.so" > /tmp/checksum \
&& curl -Ls https://github.com/tetratelabs/getenvoy-package/files/3518103/getenvoy-centos-jaegertracing-plugin.tar.gz \
&& curl -Ls https://github.com/envoyproxy/misc/releases/download/jaegertracing-plugin/jaegertracing-plugin-centos.tar.gz \
| tar zxf - -C /usr/local/lib \
&& mv /usr/local/lib/libjaegertracing.so.0.4.2 /usr/local/lib/libjaegertracing_plugin.so \
&& sha256sum -c /tmp/checksum \
Expand Down

0 comments on commit d37fd69

Please sign in to comment.