OpenTelemetry static linking (#9286)

* static otel lib

* clean

* nginx 1.21
This commit is contained in:
Ehsan Saei 2022-11-14 20:50:43 +01:00 committed by GitHub
parent f08369cdc6
commit a66ee73c5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 48 deletions

View file

@ -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