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 ccb0428 HDDS-11264. Update to Ozone 1.4.1 (#35)
ccb0428 is described below
commit ccb0428aa8aed04e62bfa2c5ac61e3d8e70f3820
Author: XiChen <[email protected]>
AuthorDate: Tue Nov 26 15:07:04 2024 +0800
HDDS-11264. Update to Ozone 1.4.1 (#35)
---
Dockerfile | 2 +-
build.sh | 2 +-
docker-compose.yaml | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index dafc5dd..b518be1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@
ARG OZONE_RUNNER_IMAGE=apache/ozone-runner
FROM ${OZONE_RUNNER_IMAGE}:20241108-jdk17-1
-ARG OZONE_VERSION=1.4.0
+ARG OZONE_VERSION=1.4.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/build.sh b/build.sh
index 6586cb2..3a546c2 100755
--- a/build.sh
+++ b/build.sh
@@ -20,7 +20,7 @@ set -eu
mkdir -p build
-ozone_version=1.4.0
+ozone_version=1.4.1
rat_version=0.16.1
if [ ! -d "$DIR/build/apache-rat-${rat_version}" ]; then
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 6e14523..15be697 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -17,14 +17,14 @@
version: "3"
services:
datanode:
- image: apache/ozone:1.4.0
+ image: apache/ozone:1.4.1
ports:
- 9864
command: ["ozone","datanode"]
env_file:
- ./docker-config
om:
- image: apache/ozone:1.4.0
+ image: apache/ozone:1.4.1
ports:
- 9874:9874
environment:
@@ -34,7 +34,7 @@ services:
- ./docker-config
command: ["ozone","om"]
scm:
- image: apache/ozone:1.4.0
+ image: apache/ozone:1.4.1
ports:
- 9876:9876
env_file:
@@ -43,14 +43,14 @@ services:
ENSURE_SCM_INITIALIZED: /data/metadata/scm/current/VERSION
command: ["ozone","scm"]
recon:
- image: apache/ozone:1.4.0
+ image: apache/ozone:1.4.1
ports:
- 9888:9888
env_file:
- ./docker-config
command: ["ozone","recon"]
s3g:
- image: apache/ozone:1.4.0
+ image: apache/ozone:1.4.1
ports:
- 9878:9878
env_file:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]