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

jojochuang pushed a commit to branch ozone-2.2.1-slim
in repository https://gitbox.apache.org/repos/asf/ozone-docker.git

commit 9051b60619696f0f3315197ebdaf765a2d8eac50
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Thu Aug 27 15:34:58 2026 -0700

    HDDS-16108. Update Docker image for Ozone 2.2.1 (#96)
    
    Co-authored-by: Cursor <[email protected]>
---
 Dockerfile          | 2 +-
 docker-compose.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index d5aeffb..0c282d7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,7 @@ ARG OZONE_RUNNER_IMAGE=apache/ozone-runner
 ARG OZONE_RUNNER_VERSION=20260626-1-jdk21-slim
 FROM ${OZONE_RUNNER_IMAGE}:${OZONE_RUNNER_VERSION}
 
-ARG OZONE_VERSION=2.2.0
+ARG OZONE_VERSION=2.2.1
 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 68f22ee..8956dad 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.2.0}${OZONE_IMAGE_FLAVOR:-}
+   image: 
${OZONE_IMAGE:-apache/ozone}:${OZONE_IMAGE_VERSION:-2.2.1}${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