We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea1644 commit 33cfad4Copy full SHA for 33cfad4
build
@@ -72,7 +72,7 @@ function docker_build() {
72
shift
73
docker build \
74
--build-arg LATEST_VERSION=$LATEST_VERSION \
75
- --build-arg ORACLE_JAVA8_TOKEN=ORACLE_JAVA8_TOKEN \
+ --build-arg ORACLE_JAVA8_TOKEN=$ORACLE_JAVA8_TOKEN \
76
--platform linux/amd64 \
77
--label org.opencontainers.image.created="$BUILD_DATE" \
78
--label org.opencontainers.image.source=https://github.com/DataDog/dd-trace-java-docker-build \
0 commit comments