Commit ec10d94 1 parent d1fae0d commit ec10d94 Copy full SHA for ec10d94
File tree 2 files changed +6
-6
lines changed
autoinstrumentation/dotnet
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ ARG version
20
20
21
21
WORKDIR /autoinstrumentation
22
22
23
- ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v$version/opentelemetry-dotnet-instrumentation-linux-glibc.zip .
24
- ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v$version/opentelemetry-dotnet-instrumentation-linux-musl.zip .
23
+ ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v$version/opentelemetry-dotnet-instrumentation-linux-glibc-x64 .zip .
24
+ ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v$version/opentelemetry-dotnet-instrumentation-linux-musl-x64 .zip .
25
25
26
- RUN unzip opentelemetry-dotnet-instrumentation-linux-glibc.zip &&\
27
- unzip opentelemetry-dotnet-instrumentation-linux-musl.zip "linux-musl-x64/*" -d . &&\
28
- rm opentelemetry-dotnet-instrumentation-linux-glibc.zip opentelemetry-dotnet-instrumentation-linux-musl.zip &&\
26
+ RUN unzip opentelemetry-dotnet-instrumentation-linux-glibc-x64 .zip &&\
27
+ unzip opentelemetry-dotnet-instrumentation-linux-musl-x64 .zip "linux-musl-x64/*" -d . &&\
28
+ rm opentelemetry-dotnet-instrumentation-linux-glibc-x64 .zip opentelemetry-dotnet-instrumentation-linux-musl-x64 .zip &&\
29
29
chmod -R go+r .
30
30
31
31
FROM busybox
Original file line number Diff line number Diff line change 1
- 1.4 .0
1
+ 1.5 .0
You can’t perform that action at this time.
0 commit comments