Skip to content

Commit b779753

Browse files
committed
remove debug message
1 parent f1f8e59 commit b779753

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/Example.AutoInstrumentation/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ RUN ls -al /app
7171
RUN ls -al /app/otel
7272
RUN ls -al /app/otel/net
7373

74-
RUN printf "I'm building for TARGETPLATFORM=${TARGETPLATFORM}" \
75-
&& printf ", TARGETARCH=${TARGETARCH}" \
76-
&& printf ", TARGETVARIANT=${TARGETVARIANT} \n" \
77-
&& printf "With uname -s : " && uname -s \
78-
&& printf "and uname -m : " && uname -m \
79-
80-
8174
ENV CORECLR_ENABLE_PROFILING="1"
8275
ENV CORECLR_PROFILER="{918728DD-259F-4A6A-AC2B-B85E1B658318}"
8376
ENV CORECLR_PROFILER_PATH="/app/otel/linux-${TARGETARCH}/OpenTelemetry.AutoInstrumentation.Native.so"

0 commit comments

Comments
 (0)