Skip to content

Commit ec10d94

Browse files
authored
[chore] Bump OpenTelemetry .NET Automatic Instrumentation to 1.5.0 (#2830)
* [chore] Bump OpenTelemetry .NET Automatic Instrumentation to 1.5.0 * Fix artifact names
1 parent d1fae0d commit ec10d94

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

autoinstrumentation/dotnet/Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ ARG version
2020

2121
WORKDIR /autoinstrumentation
2222

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 .
2525

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 &&\
2929
chmod -R go+r .
3030

3131
FROM busybox
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.5.0

0 commit comments

Comments
 (0)