This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch ozone-2.1 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 5e186e1b64cf1256466b409b4e219019f9cb7921 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) (cherry picked from commit 135d58a061dcf71e104aa0479e78ddb0d081faaf) --- 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]
