This is an automated email from the ASF dual-hosted git repository.

weichiu 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 3481ace  HDDS-14358. Publish Ozone 2.1 docker image (#48)
3481ace is described below

commit 3481ace89ad80f45e01182c7b5e34573f0bc95fd
Author: Chung En Lee <[email protected]>
AuthorDate: Wed Jan 7 00:16:35 2026 +0800

    HDDS-14358. Publish Ozone 2.1 docker image (#48)
---
 Dockerfile          | 4 ++--
 docker-compose.yaml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index f410a6d..e8b4840 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,10 +14,10 @@
 # limitations under the License.
 
 ARG OZONE_RUNNER_IMAGE=apache/ozone-runner
-ARG OZONE_RUNNER_VERSION=20250410-1-jdk21
+ARG OZONE_RUNNER_VERSION=20260106-1-jdk21
 FROM ${OZONE_RUNNER_IMAGE}:${OZONE_RUNNER_VERSION}
 
-ARG OZONE_VERSION=2.0.0
+ARG OZONE_VERSION=2.1.0
 ARG 
OZONE_URL="https://www.apache.org/dyn/closer.lua?action=download&filename=ozone/${OZONE_VERSION}/ozone-${OZONE_VERSION}.tar.gz";
 
 WORKDIR /opt
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 3c6e039..5f39fe2 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -16,7 +16,7 @@
 
 x-image:
    &image
-   image: 
${OZONE_IMAGE:-apache/ozone}:${OZONE_IMAGE_VERSION:-2.0.0}${OZONE_IMAGE_FLAVOR:-}
+   image: 
${OZONE_IMAGE:-apache/ozone}:${OZONE_IMAGE_VERSION:-2.1.0}${OZONE_IMAGE_FLAVOR:-}
 
 x-common-config:
    &common-config


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to