This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch all-in-one
in repository https://gitbox.apache.org/repos/asf/ozone-docker.git
The following commit(s) were added to refs/heads/all-in-one by this push:
new be7e3a8 HDDS-15576. Update Docker image for Ozone 2.1.1 (#67)
be7e3a8 is described below
commit be7e3a85d9585126739e9df2f8bfa640960c1e94
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Mon Jun 22 00:02:46 2026 -0700
HDDS-15576. Update Docker image for Ozone 2.1.1 (#67)
(cherry picked from commit 4eebd8b29119454b7b8a7671ab698357f570d524)
---
Dockerfile | 2 +-
docker-compose.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 21ace06..2bdfe4b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ARG OZONE_VERSION=2.1.0
+ARG OZONE_VERSION=2.1.1
ARG OZONE_IMAGE=apache/ozone
ARG OZONE_IMAGE_VERSION=${OZONE_VERSION}-slim
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 5f39fe2..5cca390 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.1.0}${OZONE_IMAGE_FLAVOR:-}
+ image:
${OZONE_IMAGE:-apache/ozone}:${OZONE_IMAGE_VERSION:-2.1.1}${OZONE_IMAGE_FLAVOR:-}
x-common-config:
&common-config
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]