File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.6
22
3- FROM ubuntu:latest AS oracle8
3+ ARG LATEST_VERSION
4+ FROM eclipse-temurin:${LATEST_VERSION}-jdk-noble AS temurin-latest
45# See: Oracle docimention about script friendly download: https://docs.oracle.com/en-us/iaas/jms/doc/script-friendly-download.html
56# Note:
67# 1. Token can be created here: https://cloud.oracle.com/?tenant=ddsbxplayground&domain=datadog®ion=us-ashburn-1
@@ -16,9 +17,6 @@ RUN --mount=type=secret,id=oracle_java8_token <<-EOT
1617 unset ORACLE_JAVA8_TOKEN
1718EOT
1819
19- ARG LATEST_VERSION
20- FROM eclipse-temurin:${LATEST_VERSION}-jdk-noble AS temurin-latest
21-
2220# Intermediate image used to prune cruft from JDKs and squash them all.
2321FROM ubuntu:latest AS all-jdk
2422ARG LATEST_VERSION
You can’t perform that action at this time.
0 commit comments