Skip to content

Commit 135d58a

Browse files
authored
HDDS-14633. ozonescripts/test.sh fails with image already exists (#9762)
1 parent 892ceb5 commit 135d58a

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

hadoop-ozone/dist/src/main/compose/ozone-om-ha/docker-compose.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ services:
2121
args:
2222
- OZONE_RUNNER_IMAGE
2323
- OZONE_RUNNER_VERSION
24-
image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION}
2524
privileged: true #required by the profiler
2625
volumes:
2726
- ../..:/opt/hadoop
@@ -36,7 +35,6 @@ services:
3635
args:
3736
- OZONE_RUNNER_IMAGE
3837
- OZONE_RUNNER_VERSION
39-
image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION}
4038
privileged: true #required by the profiler
4139
volumes:
4240
- ../..:/opt/hadoop
@@ -54,7 +52,6 @@ services:
5452
args:
5553
- OZONE_RUNNER_IMAGE
5654
- OZONE_RUNNER_VERSION
57-
image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION}
5855
privileged: true #required by the profiler
5956
volumes:
6057
- ../..:/opt/hadoop
@@ -72,7 +69,6 @@ services:
7269
args:
7370
- OZONE_RUNNER_IMAGE
7471
- OZONE_RUNNER_VERSION
75-
image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION}
7672
privileged: true #required by the profiler
7773
volumes:
7874
- ../..:/opt/hadoop
@@ -90,7 +86,6 @@ services:
9086
args:
9187
- OZONE_RUNNER_IMAGE
9288
- OZONE_RUNNER_VERSION
93-
image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION}
9489
privileged: true #required by the profiler
9590
volumes:
9691
- ../..:/opt/hadoop

hadoop-ozone/dist/src/main/compose/ozonescripts/docker-compose.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ services:
2121
args:
2222
- OZONE_RUNNER_IMAGE
2323
- OZONE_RUNNER_VERSION
24-
image: ozone-runner-scripts:${OZONE_RUNNER_VERSION}
2524
volumes:
2625
- ../..:/opt/hadoop
2726
ports:
@@ -34,7 +33,6 @@ services:
3433
args:
3534
- OZONE_RUNNER_IMAGE
3635
- OZONE_RUNNER_VERSION
37-
image: ozone-runner-scripts:${OZONE_RUNNER_VERSION}
3836
volumes:
3937
- ../..:/opt/hadoop
4038
ports:
@@ -48,7 +46,6 @@ services:
4846
args:
4947
- OZONE_RUNNER_IMAGE
5048
- OZONE_RUNNER_VERSION
51-
image: ozone-runner-scripts:${OZONE_RUNNER_VERSION}
5249
volumes:
5350
- ../..:/opt/hadoop
5451
ports:

0 commit comments

Comments
 (0)