Skip to content

Commit 3481ace

Browse files
authored
HDDS-14358. Publish Ozone 2.1 docker image (#48)
1 parent 57fb73f commit 3481ace

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# limitations under the License.
1515

1616
ARG OZONE_RUNNER_IMAGE=apache/ozone-runner
17-
ARG OZONE_RUNNER_VERSION=20250410-1-jdk21
17+
ARG OZONE_RUNNER_VERSION=20260106-1-jdk21
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)