Skip to content

Commit

Permalink
Comment out Nginx from os repo (to test)
Browse files Browse the repository at this point in the history
  • Loading branch information
yodigos committed Sep 8, 2024
1 parent da2dea5 commit baa9a72
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions odiglet/debug.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ COPY --from=nodejs-agent-native-community-src / ./
RUN echo "export const VERSION = \"$ODIGOS_VERSION\";" > ./src/version.ts
RUN yarn compile

########## Nginx Native Community Agent #########

FROM nginx:1.25.5 AS nginx-builder
ARG WEBAPP_VERSION=v1.1.0
WORKDIR /nginx-instrumentation
RUN apt-get update ; apt-get install unzip wget -y
RUN wget https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/download/webserver%2F${WEBAPP_VERSION}/opentelemetry-webserver-sdk-x64-linux.tgz && \
tar xvfz opentelemetry-webserver-sdk-x64-linux.tgz
RUN touch /nginx-instrumentation/opentelemetry-webserver-sdk/conf/opentelemetry_sdk_log4cxx.xml
########### Nginx Native Community Agent #########
#
#FROM nginx:1.25.5 AS nginx-builder
#ARG WEBAPP_VERSION=v1.1.0
#WORKDIR /nginx-instrumentation
#RUN apt-get update ; apt-get install unzip wget -y
#RUN wget https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/download/webserver%2F${WEBAPP_VERSION}/opentelemetry-webserver-sdk-x64-linux.tgz && \
# tar xvfz opentelemetry-webserver-sdk-x64-linux.tgz
#RUN touch /nginx-instrumentation/opentelemetry-webserver-sdk/conf/opentelemetry_sdk_log4cxx.xml

########## Dotnet Native Community Agent #########

Expand Down Expand Up @@ -112,8 +112,8 @@ COPY --from=nodejs-agent-native-community-builder /nodejs-instrumentation/prod_n
# .NET
COPY --from=dotnet-builder /dotnet-instrumentation /instrumentations/dotnet

# Nginx
COPY --from=nginx-builder /nginx-instrumentation /instrumentations/nginx
## Nginx
#COPY --from=nginx-builder /nginx-instrumentation /instrumentations/nginx

FROM registry.fedoraproject.org/fedora-minimal:38
COPY --from=builder /go/src/github.com/odigos-io/odigos/odiglet/odiglet /root/odiglet
Expand Down

0 comments on commit baa9a72

Please sign in to comment.