Skip to content

Commit f3e4408

Browse files
chungen0126adoroszlai
authored andcommitted
HDDS-14358. Publish Ozone 2.1 docker image (#48)
1 parent 1ad65f1 commit f3e4408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG OZONE_RUNNER_IMAGE=apache/ozone-runner
1717
ARG OZONE_RUNNER_VERSION=20251226-2-jdk21-slim
1818
FROM ${OZONE_RUNNER_IMAGE}:${OZONE_RUNNER_VERSION}
1919

20-
ARG OZONE_VERSION=2.0.0
20+
ARG OZONE_VERSION=2.1.0
2121
ARG OZONE_URL="https://www.apache.org/dyn/closer.lua?action=download&filename=ozone/${OZONE_VERSION}/ozone-${OZONE_VERSION}.tar.gz"
2222

2323
WORKDIR /opt

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
x-image:
1818
&image
19-
image: ${OZONE_IMAGE:-apache/ozone}:${OZONE_IMAGE_VERSION:-2.0.0}${OZONE_IMAGE_FLAVOR:-}
19+
image: ${OZONE_IMAGE:-apache/ozone}:${OZONE_IMAGE_VERSION:-2.1.0}${OZONE_IMAGE_FLAVOR:-}
2020

2121
x-common-config:
2222
&common-config

0 commit comments

Comments
 (0)