WARNING: Some services (gpu_node, marathon, master, node, openlavamaster, zookeeper) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration - use docker stack deploy to deploy to a swarm.
Building node
Step 1/29 : FROM tmetsch/mesos_docker
---> 117637ba3739
Step 2/29 : RUN apt-get update
---> Using cache
---> 591f83a85132
Step 3/29 : RUN apt-get install --no-install-recommends -y build-essential wget autoconf libncurses5-dev itcl3-dev tcl-dev python2.7 automake
---> Using cache
---> 2851c5e67655
Step 4/29 : RUN update-ca-certificates -f && apt-get clean && rm -rf /var/lib/apt/lists/*
---> Using cache
---> db200fe7580c
Step 5/29 : WORKDIR /tmp
---> Using cache
---> 9a92d96ebc03
Step 6/29 : ADD openlava-2.2 /tmp/openlava-2.2
---> Using cache
---> 08b526f46a61
Step 7/29 : WORKDIR openlava-2.2
---> Using cache
---> fccb5c57d815
Step 8/29 : RUN ./bootstrap.sh
---> Running in d83f186fbabd
/bin/sh: 1: ./bootstrap.sh: not found
ERROR: Service 'node' failed to build: The command '/bin/sh -c ./bootstrap.sh' returned a non-zero code: 127
docker-compose -p tmetsch up -d
WARNING: Some services (gpu_node, marathon, master, node, openlavamaster, zookeeper) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration - use
docker stack deploy
to deploy to a swarm. Building node Step 1/29 : FROM tmetsch/mesos_docker ---> 117637ba3739 Step 2/29 : RUN apt-get update ---> Using cache ---> 591f83a85132 Step 3/29 : RUN apt-get install --no-install-recommends -y build-essential wget autoconf libncurses5-dev itcl3-dev tcl-dev python2.7 automake ---> Using cache ---> 2851c5e67655 Step 4/29 : RUN update-ca-certificates -f && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> db200fe7580c Step 5/29 : WORKDIR /tmp ---> Using cache ---> 9a92d96ebc03 Step 6/29 : ADD openlava-2.2 /tmp/openlava-2.2 ---> Using cache ---> 08b526f46a61 Step 7/29 : WORKDIR openlava-2.2 ---> Using cache ---> fccb5c57d815 Step 8/29 : RUN ./bootstrap.sh ---> Running in d83f186fbabd /bin/sh: 1: ./bootstrap.sh: not found ERROR: Service 'node' failed to build: The command '/bin/sh -c ./bootstrap.sh' returned a non-zero code: 127BTW, The URL of openlava-2.2.tar.gz has expired.