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 87bb1612198a..69536c29df0a 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 @@ -20,6 +20,7 @@ services: build: context: . args: + - OZONE_RUNNER_IMAGE - OZONE_RUNNER_VERSION image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION} privileged: true #required by the profiler @@ -34,6 +35,7 @@ services: build: context: . args: + - OZONE_RUNNER_IMAGE - OZONE_RUNNER_VERSION image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION} privileged: true #required by the profiler @@ -51,6 +53,7 @@ services: build: context: . args: + - OZONE_RUNNER_IMAGE - OZONE_RUNNER_VERSION image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION} privileged: true #required by the profiler @@ -68,6 +71,7 @@ services: build: context: . args: + - OZONE_RUNNER_IMAGE - OZONE_RUNNER_VERSION image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION} privileged: true #required by the profiler @@ -85,6 +89,7 @@ services: build: context: . args: + - OZONE_RUNNER_IMAGE - OZONE_RUNNER_VERSION image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION} privileged: true #required by the profiler