Skip to content

Commit

Permalink
Update Dockerfile-mvn-no-local
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensrtw authored Sep 18, 2024
1 parent c5c0d36 commit b936eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-mvn-no-local
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM maven:3.9.7-eclipse-temurin-17-alpine AS builder
WORKDIR /code
ARG $CODE
ARG $CODEARTIFACT_AUTH_TOKEN
ARG MAVEN_PROFILE=webapi-docker
ARG MAVEN_PARAMS="-DskipUnitTests -DskipITtests -D\"maven.test.skip\"=true" # can use maven options, e.g. -DskipTests=true -DskipUnitTests=true

ARG OPENTELEMETRY_JAVA_AGENT_VERSION=1.17.0
ENV $(CODE
ENV $(CODEARTIFACT_AUTH_TOKEN)
RUN curl -LSsO https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v${OPENTELEMETRY_JAVA_AGENT_VERSION}/opentelemetry-javaagent.jar

# Download dependencies
Expand Down

0 comments on commit b936eca

Please sign in to comment.