Skip to content

Console Output

22:45:06 + docker build -t dockerbuildbot/docker-py:py2-7b3b98ed52ca056f9dde918ff9ec9396ac1a36cc -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
22:45:06 Sending build context to Docker daemon  1.273MB

22:45:06 Step 1/19 : ARG PYTHON_VERSION=3.7
22:45:06 Step 2/19 : FROM python:${PYTHON_VERSION}
22:45:06  ---> 55b47eef9c39
22:45:06 Step 3/19 : ARG APT_MIRROR
22:45:06  ---> Using cache
22:45:06  ---> bdf17d021da5
22:45:06 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
22:45:06  ---> Using cache
22:45:06  ---> 016a1815d288
22:45:06 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
22:45:06  ---> Using cache
22:45:06  ---> e2a43dc98ec2
22:45:06 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
22:45:06  ---> Using cache
22:45:06  ---> 06ab11149150
22:45:06 Step 7/19 : RUN gpg2 --import gpg-keys/secret
22:45:06  ---> Using cache
22:45:06  ---> 200b7fae23d8
22:45:06 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
22:45:06  ---> Using cache
22:45:06  ---> 9c9ae4d92821
22:45:06 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
22:45:06  ---> Using cache
22:45:06  ---> 6f7bbc067dfe
22:45:06 Step 10/19 : RUN gpg2 --check-trustdb
22:45:06  ---> Using cache
22:45:06  ---> 89deda5239f0
22:45:06 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
22:45:06  ---> Using cache
22:45:06  ---> 78d11baad162
22:45:06 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
22:45:06  ---> Using cache
22:45:06  ---> 1a4557f74ad8
22:45:06 Step 13/19 : WORKDIR /src
22:45:06  ---> Using cache
22:45:06  ---> 02da1e2e8775
22:45:06 Step 14/19 : COPY requirements.txt /src/requirements.txt
22:45:06  ---> Using cache
22:45:06  ---> e4da4a5db147
22:45:06 Step 15/19 : RUN pip install -r requirements.txt
22:45:06  ---> Using cache
22:45:06  ---> 00e80eb93704
22:45:06 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
22:45:06  ---> Using cache
22:45:06  ---> 979faf1236c5
22:45:06 Step 17/19 : RUN pip install -r test-requirements.txt
22:45:06  ---> Using cache
22:45:06  ---> 103a8f58a36d
22:45:06 Step 18/19 : COPY . /src
22:45:06  ---> Using cache
22:45:06  ---> ef1cef4005b8
22:45:06 Step 19/19 : RUN pip install .
22:45:06  ---> Using cache
22:45:06  ---> e84e96b0b207
22:45:06 Successfully built e84e96b0b207
22:45:06 Successfully tagged dockerbuildbot/docker-py:py2-7b3b98ed52ca056f9dde918ff9ec9396ac1a36cc