You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN mvn -DskipTests clean package && mv target/*.jar target/app.jar
# Download OpenTelemetry Java Agent
ENV OTEL_AGENT_VERSION=v2.13.1
RUN wget https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/$OTEL_AGENT_VERSION/opentelemetry-javaagent.jar -P /var/src/app/target