Siyao Meng created HDDS-8247:
--------------------------------
Summary: [Experimental] Bump ozone-docker-runner JDK to 17
Key: HDDS-8247
URL: https://issues.apache.org/jira/browse/HDDS-8247
Project: Apache Ozone
Issue Type: Sub-task
Reporter: Siyao Meng
Assignee: Siyao Meng
Not ready for merge.
{code:title=https://github.com/apache/ozone-docker-runner}
diff --git a/Dockerfile b/Dockerfile
index 6198ff1..fe16fc9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -77,7 +77,7 @@ RUN rpm -Uvh
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.
RUN set -eux ; \
yum install -y \
bzip2 \
- java-11-openjdk-devel \
+ java-17-openjdk-devel \
jq \
nmap-ncat \
python3 python3-pip \
{code}
For local testing, run:
{code:bash}
docker buildx build --platform linux/arm64 -t apache/ozone-runner:dev .
--progress=plain
{code}
then switch local runner image label to dev:
{code}
export OZONE_RUNNER_VERSION=dev
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]