Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Jul 9, 2024
1 parent b779753 commit da883be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/Example.AutoInstrumentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ RUN apt-get update && apt-get install -y unzip curl strace
WORKDIR /app
RUN chown app:app .

RUN printf "I'm building for TARGETPLATFORM=${TARGETPLATFORM}" \
&& printf ", TARGETARCH=${TARGETARCH}" \
&& printf ", TARGETVARIANT=${TARGETVARIANT} \n" \
&& printf "With uname -s : " && uname -s \
&& printf "and uname -m : " && uname -m \

FROM base AS otel
ARG OTEL_VERSION=1.7.0
# install OpenTelemetry .NET Automatic Instrumentation
Expand Down

0 comments on commit da883be

Please sign in to comment.