Core application including web front end

Build: #2 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
28-Sep-2018 10:03:01 ---> Using cache
28-Sep-2018 10:03:01 ---> 2b038fdb95f1
28-Sep-2018 10:03:01 Successfully built 2b038fdb95f1
28-Sep-2018 10:03:02 Successfully tagged clowder/toolserver:latest
28-Sep-2018 10:03:03 Sending build context to Docker daemon  11.26kB
28-Sep-2018 10:03:03
28-Sep-2018 10:03:03 Step 1/6 : FROM ubuntu:16.04
28-Sep-2018 10:03:03 ---> b9e15a5d1e1a
28-Sep-2018 10:03:03 Step 2/6 : MAINTAINER Bing Zhang <bing@illinois.edu>
28-Sep-2018 10:03:03 ---> Using cache
28-Sep-2018 10:03:03 ---> 32db980fd5a9
28-Sep-2018 10:03:03 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=""
28-Sep-2018 10:03:03 ---> Using cache
28-Sep-2018 10:03:03 ---> eaeb4ef684a7
28-Sep-2018 10:03:03 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
28-Sep-2018 10:03:03 ---> Using cache
28-Sep-2018 10:03:03 ---> e309771c121a
28-Sep-2018 10:03:03 Step 5/6 : COPY FILES.mongo-init /
28-Sep-2018 10:03:03 ---> Using cache
28-Sep-2018 10:03:03 ---> 498746fcfd0b
28-Sep-2018 10:03:03 Step 6/6 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
28-Sep-2018 10:03:03 ---> Using cache
28-Sep-2018 10:03:03 ---> cc501a9386b6
28-Sep-2018 10:03:03 Successfully built cc501a9386b6
28-Sep-2018 10:03:03 Successfully tagged clowder/mongo-init:latest