Skip to content

Commit f368ded

Browse files
authoredJan 30, 2025··
HDDS-12153. Rebase 1.4.x images on top of ozone-runner with JDK 11 (#39)
1 parent ccb0428 commit f368ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
ARG OZONE_RUNNER_IMAGE=apache/ozone-runner
17-
FROM ${OZONE_RUNNER_IMAGE}:20241108-jdk17-1
17+
FROM ${OZONE_RUNNER_IMAGE}:20241212-1-jdk11
1818

1919
ARG OZONE_VERSION=1.4.1
2020
ARG OZONE_URL="https://www.apache.org/dyn/closer.lua?action=download&filename=ozone/${OZONE_VERSION}/ozone-${OZONE_VERSION}.tar.gz"

0 commit comments

Comments
 (0)
Please sign in to comment.