Next Generation of pyClowder

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 Job Default Stage Download or View
01-Dec-2019 07:46:09 Successfully tagged clowder/extractors-wordcount-simple-r-extractor:latest
01-Dec-2019 07:46:09 Sending build context to Docker daemon  8.192kB
01-Dec-2019 07:46:09
01-Dec-2019 07:46:09 Step 1/7 : FROM python:3.5
01-Dec-2019 07:46:09 ---> 5be81bc3f1e6
01-Dec-2019 07:46:09 Step 2/7 : ENV RABBITMQ_URI="amqp://guest:guest@rabbitmq/%2F"
01-Dec-2019 07:46:09 ---> Using cache
01-Dec-2019 07:46:09 ---> 776d9bc25f0f
01-Dec-2019 07:46:09 Step 3/7 : EXPOSE 9999
01-Dec-2019 07:46:09 ---> Using cache
01-Dec-2019 07:46:09 ---> 3dd4e3666905
01-Dec-2019 07:46:09 Step 4/7 : RUN pip install pika==0.11.2 requests==2.18.4
01-Dec-2019 07:46:09 ---> Using cache
01-Dec-2019 07:46:09 ---> 553785aaf315
01-Dec-2019 07:46:09 Step 5/7 : WORKDIR /src
01-Dec-2019 07:46:09 ---> Using cache
01-Dec-2019 07:46:09 ---> a12d43591beb
01-Dec-2019 07:46:09 Step 6/7 : COPY monitor.py /src/
01-Dec-2019 07:46:09 ---> Using cache
01-Dec-2019 07:46:09 ---> 9107ae1a6ce9
01-Dec-2019 07:46:09 Step 7/7 : CMD python monitor.py
01-Dec-2019 07:46:09 ---> Using cache
01-Dec-2019 07:46:09 ---> f12ad9a235b0
01-Dec-2019 07:46:09 Successfully built f12ad9a235b0
01-Dec-2019 07:46:09 Successfully tagged clowder/extractors-monitor:latest