From da883be63359738d4eb6d91001fb1c6656a7ee15 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Tue, 9 Jul 2024 14:11:56 +0200 Subject: [PATCH] remove debug message --- examples/Example.AutoInstrumentation/Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/Example.AutoInstrumentation/Dockerfile b/examples/Example.AutoInstrumentation/Dockerfile index 7ebbea5..048eac5 100644 --- a/examples/Example.AutoInstrumentation/Dockerfile +++ b/examples/Example.AutoInstrumentation/Dockerfile @@ -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