This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch latest
in repository https://gitbox.apache.org/repos/asf/ozone-docker.git
The following commit(s) were added to refs/heads/latest by this push:
new b38e543 HDDS-11915. Netty OpenSsl not available on arm64 (#37)
b38e543 is described below
commit b38e5431f535d7a56752c0eb7e58031d2b6a4e4a
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Dec 13 14:57:52 2024 +0100
HDDS-11915. Netty OpenSsl not available on arm64 (#37)
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index b8ad74c..dd80a10 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@
# limitations under the License.
ARG OZONE_RUNNER_IMAGE=apache/ozone-runner
-ARG OZONE_RUNNER_VERSION=20241108-jdk17-1
+ARG OZONE_RUNNER_VERSION=20241212-1-jdk21
FROM ${OZONE_RUNNER_IMAGE}:${OZONE_RUNNER_VERSION}
ARG OZONE_VERSION=1.4.1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]