Build: #1 was successful First build for this plan

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
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> f7e7d356a5ff
13-Feb-2019 16:13:44 Successfully built f7e7d356a5ff
13-Feb-2019 16:13:44 Successfully tagged clowder/toolserver:latest
13-Feb-2019 16:13:44 Sending build context to Docker daemon  11.26kB
13-Feb-2019 16:13:44
13-Feb-2019 16:13:44 Step 1/6 : FROM ubuntu:16.04
13-Feb-2019 16:13:44 ---> 7e87e2b3bf7a
13-Feb-2019 16:13:44 Step 2/6 : MAINTAINER Bing Zhang <bing@illinois.edu>
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> d4cdedc6c2d2
13-Feb-2019 16:13:44 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=""
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> 2562b63008d3
13-Feb-2019 16:13:44 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
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> ca9fbbf84eb5
13-Feb-2019 16:13:44 Step 5/6 : COPY FILES.mongo-init /
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> 09910ad396a1
13-Feb-2019 16:13:44 Step 6/6 : ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
13-Feb-2019 16:13:44 ---> Using cache
13-Feb-2019 16:13:44 ---> c2a8d4d00bf8
13-Feb-2019 16:13:44 Successfully built c2a8d4d00bf8
13-Feb-2019 16:13:44 Successfully tagged clowder/mongo-init:latest