Christos Bisias created HDDS-7714:
-------------------------------------
Summary: Docker cluster ozone-om-ha fails during docker-compose up
Key: HDDS-7714
URL: https://issues.apache.org/jira/browse/HDDS-7714
Project: Apache Ozone
Issue Type: Bug
Reporter: Christos Bisias
In {{/hadoop-ozone/dist/target/ozone-1.3.0-SNAPSHOT/compose/ozone-om-ha}}
❯ docker-compose up -d
Building datanode
Sending build context to Docker daemon 29.18kB
Step 1/23 : ARG OZONE_RUNNER_IMAGE
Step 2/23 : ARG OZONE_RUNNER_VERSION
Step 3/23 : FROM ${OZONE_RUNNER_IMAGE}:${OZONE_RUNNER_VERSION}
invalid reference format
ERROR: Service 'datanode' failed to build : Build failed
The image in {{docker-compose.yaml}} is invalid. If we replace all occurrences
of {{{}{}}}{{{}{}}}
{{image: ozone-runner-om-ha:${OZONE_RUNNER_VERSION}}} with
{{image: ${OZONE_RUNNER_IMAGE}:${OZONE_RUNNER_VERSION}}} , the issue is fixed.
This docker setup is similar to {color:#00875a}ozone-ha{color} and might not be
used anymore{color:#00875a}.{color}
This ticket is to investigate whether we should fix
{color:#00875a}docker-compose.yaml{color} or clean up, delete the directory and
make {color:#00875a}test_disabled.sh{color} work under
{color:#00875a}ozone-ha{color}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]