OpenTelemetry static linking (#9286)
* static otel lib * clean * nginx 1.21
This commit is contained in:
parent
f08369cdc6
commit
a66ee73c5a
3 changed files with 4 additions and 48 deletions
|
|
@ -39,7 +39,7 @@ COPY --from=grpc /opt/third_party/install/ /usr
|
|||
COPY --from=otel-cpp /opt/third_party/install/ /usr
|
||||
RUN bash /opt/third_party/build.sh -n
|
||||
|
||||
FROM alpine:3.16.2
|
||||
FROM alpine:3.16.2 as final
|
||||
COPY --from=base /opt/third_party/init_module.sh /usr/local/bin/init_module.sh
|
||||
COPY --from=nginx /etc/nginx/modules /etc/nginx/modules
|
||||
COPY --from=nginx /opt/third_party/install/lib /etc/nginx/modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue