Core application including web front end

Build: #5 was successful Changes by Luigi Marini

Logs

The following logs have been generated by the jobs in this branch.
  • Expand all
  • Collapse all
Job Logs
Collapse default Default Stage Download or View
16-Oct-2018 02:57:51 ---> Using cache
16-Oct-2018 02:57:51 ---> 8ec58d4d72a1
16-Oct-2018 02:57:51 Successfully built 8ec58d4d72a1
16-Oct-2018 02:57:51 Successfully tagged clowder/toolserver:latest
16-Oct-2018 02:57:51 Sending build context to Docker daemon  11.26kB
16-Oct-2018 02:57:51
16-Oct-2018 02:57:51 Step 1/6 : FROM ubuntu:16.04
16-Oct-2018 02:57:51 ---> b9e15a5d1e1a
16-Oct-2018 02:57:51 Step 2/6 : MAINTAINER Bing Zhang <bing@illinois.edu>
16-Oct-2018 02:57:51 ---> Using cache
16-Oct-2018 02:57:51 ---> eb6b7e0851e4
16-Oct-2018 02:57:51 Step 3/6 : ENV EMAIL_ADDRESS=""    FIRST_NAME=""    LAST_NAME=""     PASSWORD=""    MONGO_URI=""    CLOWDER_PORT_9000_TCP_ADDR=""    CLOWDER_PORT_9000_TCP_PORT=""    RABBITMQ_PORT_15672_TCP_ADDR=""    RABBITMQ_PORT_15672_PORT=""    MONGO_PORT_27017_TCP_ADDR=""    MONGO_PORT_27017_TCP_PORT=""
16-Oct-2018 02:57:51 ---> Using cache
16-Oct-2018 02:57:51 ---> 3f2db14f1e8e
16-Oct-2018 02:57:51 Step 4/6 : RUN mkdir -p /data/db &&     apt-get update &&     apt-get install -y netcat curl lsb-release &&     apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 &&     echo "deb http://repo.mongodb.org/apt/ubuntu "$(lsb_release -sc)"/mongodb-org/3.2 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-3.2.list &&     apt-get update && apt-get install -y     mongodb-org     net-tools iproute     python3 python3-pip &&     pip3 install passlib bcrypt
16-Oct-2018 02:57:51 ---> Using cache
16-Oct-2018 02:57:51 ---> 98c1fe04683c
16-Oct-2018 02:57:51 Step 5/6 : COPY FILES.mongo-init /
16-Oct-2018 02:57:51 ---> Using cache
16-Oct-2018 02:57:51 ---> 782d7382fc15
16-Oct-2018 02:57:51 Step 6/6 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
16-Oct-2018 02:57:51 ---> Using cache
16-Oct-2018 02:57:51 ---> a6d7f57f9f91
16-Oct-2018 02:57:51 Successfully built a6d7f57f9f91
16-Oct-2018 02:57:51 Successfully tagged clowder/mongo-init:latest