Skip to content

Console Output

15:59:18 + docker build -t dockerbuildbot/docker-py:py3-5d1f55db3983c993e55dc4f81b7c451496c6de4a -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
15:59:18 Sending build context to Docker daemon  1.313MB

15:59:18 Step 1/19 : ARG PYTHON_VERSION=3.7
15:59:18 Step 2/19 : FROM python:${PYTHON_VERSION}
15:59:18  ---> d70fc156eb55
15:59:18 Step 3/19 : ARG APT_MIRROR
15:59:18  ---> Using cache
15:59:18  ---> 62fb4dd8d7b0
15:59:18 Step 4/19 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list     && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
15:59:18  ---> Using cache
15:59:18  ---> 6ca6654c0d86
15:59:18 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
15:59:18  ---> Using cache
15:59:18  ---> 36cad67554d4
15:59:18 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
15:59:18  ---> Using cache
15:59:18  ---> 730c40bf3fcb
15:59:18 Step 7/19 : RUN gpg2 --import gpg-keys/secret
15:59:18  ---> Using cache
15:59:18  ---> c027a17c66e4
15:59:18 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
15:59:18  ---> Using cache
15:59:18  ---> 7815432f1db3
15:59:18 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
15:59:18  ---> Using cache
15:59:18  ---> 4fbef1f7f45a
15:59:18 Step 10/19 : RUN gpg2 --check-trustdb
15:59:18  ---> Using cache
15:59:18  ---> 9dcefe0619a8
15:59:18 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
15:59:18  ---> Using cache
15:59:18  ---> 898803294643
15:59:18 Step 12/19 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
15:59:18  ---> Using cache
15:59:18  ---> ba80a248b177
15:59:18 Step 13/19 : WORKDIR /src
15:59:18  ---> Using cache
15:59:18  ---> 0822172f4e05
15:59:18 Step 14/19 : COPY requirements.txt /src/requirements.txt
15:59:18  ---> Using cache
15:59:18  ---> aae83401a817
15:59:18 Step 15/19 : RUN pip install -r requirements.txt
15:59:18  ---> Using cache
15:59:18  ---> 0f3e6bc35c72
15:59:18 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
15:59:18  ---> Using cache
15:59:18  ---> e0dc8f83ff22
15:59:18 Step 17/19 : RUN pip install -r test-requirements.txt
15:59:18  ---> Using cache
15:59:18  ---> 776e9c95501c
15:59:18 Step 18/19 : COPY . /src
15:59:18  ---> Using cache
15:59:18  ---> 17a14ffba9b0
15:59:18 Step 19/19 : RUN pip install .
15:59:18  ---> Using cache
15:59:18  ---> 71c1cb2fe505
15:59:18 Successfully built 71c1cb2fe505
15:59:18 Successfully tagged dockerbuildbot/docker-py:py3-5d1f55db3983c993e55dc4f81b7c451496c6de4a