This is an automated email from the ASF dual-hosted git repository.
sarvekshayr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 135d58a061d HDDS-14633. ozonescripts/test.sh fails with image already
exists (#9762)
135d58a061d is described below
commit 135d58a061dcf71e104aa0479e78ddb0d081faaf
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Feb 16 17:46:31 2026 +0100
HDDS-14633. ozonescripts/test.sh fails with image already exists (#9762)
---
hadoop-ozone/dist/src/main/compose/ozone-om-ha/docker-compose.yaml | 5 -----
hadoop-ozone/dist/src/main/compose/ozonescripts/docker-compose.yaml | 3 ---
2 files changed, 8 deletions(-)
diff --git a/hadoop-ozone/dist/src/main/compose/ozone-om-ha/docker-compose.yaml
b/hadoop-ozone/dist/src/main/compose/ozone-om-ha/docker-compose.yaml
index 097d99c6b7a..273cedb4ad8 100644
--- a/hadoop-ozone/dist/src/main/compose/ozone-om-ha/docker-compose.yaml
+++ b/hadoop-ozone/dist/src/main/compose/ozone-om-ha/docker-compose.yaml
@@ -21,7 +21,6 @@ services:
args:
- OZONE_RUNNER_IMAGE
- OZONE_RUNNER_VERSION
- image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION}
privileged: true #required by the profiler
volumes:
- ../..:/opt/hadoop
@@ -36,7 +35,6 @@ services:
args:
- OZONE_RUNNER_IMAGE
- OZONE_RUNNER_VERSION
- image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION}
privileged: true #required by the profiler
volumes:
- ../..:/opt/hadoop
@@ -54,7 +52,6 @@ services:
args:
- OZONE_RUNNER_IMAGE
- OZONE_RUNNER_VERSION
- image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION}
privileged: true #required by the profiler
volumes:
- ../..:/opt/hadoop
@@ -72,7 +69,6 @@ services:
args:
- OZONE_RUNNER_IMAGE
- OZONE_RUNNER_VERSION
- image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION}
privileged: true #required by the profiler
volumes:
- ../..:/opt/hadoop
@@ -90,7 +86,6 @@ services:
args:
- OZONE_RUNNER_IMAGE
- OZONE_RUNNER_VERSION
- image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION}
privileged: true #required by the profiler
volumes:
- ../..:/opt/hadoop
diff --git
a/hadoop-ozone/dist/src/main/compose/ozonescripts/docker-compose.yaml
b/hadoop-ozone/dist/src/main/compose/ozonescripts/docker-compose.yaml
index 9176739471c..4f56f39ed5f 100644
--- a/hadoop-ozone/dist/src/main/compose/ozonescripts/docker-compose.yaml
+++ b/hadoop-ozone/dist/src/main/compose/ozonescripts/docker-compose.yaml
@@ -21,7 +21,6 @@ services:
args:
- OZONE_RUNNER_IMAGE
- OZONE_RUNNER_VERSION
- image: ozone-runner-scripts:${OZONE_RUNNER_VERSION}
volumes:
- ../..:/opt/hadoop
ports:
@@ -34,7 +33,6 @@ services:
args:
- OZONE_RUNNER_IMAGE
- OZONE_RUNNER_VERSION
- image: ozone-runner-scripts:${OZONE_RUNNER_VERSION}
volumes:
- ../..:/opt/hadoop
ports:
@@ -48,7 +46,6 @@ services:
args:
- OZONE_RUNNER_IMAGE
- OZONE_RUNNER_VERSION
- image: ozone-runner-scripts:${OZONE_RUNNER_VERSION}
volumes:
- ../..:/opt/hadoop
ports:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]