Skip to content

Commit

Permalink
[auto] Update Java instrumentation to version v2.8.0 and .NET instrum…
Browse files Browse the repository at this point in the history
…entation to version v1.8.0 (#1497)

This pull request updates the Java instrumentation to version v2.8.0 and
the .NET instrumentation to version v1.8.0. It was created automatically
by a GitHub Action.

Co-authored-by: edeNFed <5587419+edeNFed@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and edeNFed authored Oct 1, 2024
1 parent b386790 commit 4ae11ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions odiglet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN yarn --cwd ./odigos/agents/nodejs-native-community --production --frozen-loc

FROM --platform=$BUILDPLATFORM busybox:1.36.1 AS dotnet-builder
WORKDIR /dotnet-instrumentation
ARG DOTNET_OTEL_VERSION=v1.7.0
ARG DOTNET_OTEL_VERSION=v1.8.0
ARG TARGETARCH
RUN if [ "$TARGETARCH" = "arm64" ]; then \
echo "arm64" > /tmp/arch_suffix; \
Expand Down Expand Up @@ -93,7 +93,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
WORKDIR /instrumentations

# Java
ARG JAVA_OTEL_VERSION=v2.7.0
ARG JAVA_OTEL_VERSION=v2.8.0
ADD https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/$JAVA_OTEL_VERSION/opentelemetry-javaagent.jar /instrumentations/java/javaagent.jar
RUN chmod 644 /instrumentations/java/javaagent.jar

Expand Down

0 comments on commit 4ae11ce

Please sign in to comment.