Skip to content

Console Output

14:51:04 + docker build -t dockerbuildbot/docker-py:py3-bf1a3518f92eb845d1e39c8c18d9ee137f896c32 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
14:51:04 Sending build context to Docker daemon  1.304MB

14:51:04 Step 1/19 : ARG PYTHON_VERSION=3.7
14:51:04 Step 2/19 : FROM python:${PYTHON_VERSION}
14:51:04  ---> e4e55e98f1e0
14:51:04 Step 3/19 : ARG APT_MIRROR
14:51:04  ---> Using cache
14:51:04  ---> 5f615ad67c1f
14:51:04 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
14:51:04  ---> Using cache
14:51:04  ---> de1b5f308a13
14:51:04 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
14:51:04  ---> Using cache
14:51:04  ---> b033438ac168
14:51:04 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
14:51:04  ---> Using cache
14:51:04  ---> e317c7e230ac
14:51:04 Step 7/19 : RUN gpg2 --import gpg-keys/secret
14:51:04  ---> Using cache
14:51:04  ---> a30d1decf1e9
14:51:04 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:51:04  ---> Using cache
14:51:04  ---> a275b2ae256f
14:51:04 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:51:04  ---> Using cache
14:51:04  ---> bf96106b86e3
14:51:04 Step 10/19 : RUN gpg2 --check-trustdb
14:51:04  ---> Using cache
14:51:04  ---> 6bb0998ae828
14:51:04 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
14:51:04  ---> Using cache
14:51:04  ---> 6147813ca3d4
14:51:04 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
14:51:04  ---> Using cache
14:51:04  ---> 54d8ed429ba8
14:51:04 Step 13/19 : WORKDIR /src
14:51:04  ---> Using cache
14:51:04  ---> 274ac43875c3
14:51:04 Step 14/19 : COPY requirements.txt /src/requirements.txt
14:51:04  ---> Using cache
14:51:04  ---> 837236bab5bc
14:51:04 Step 15/19 : RUN pip install -r requirements.txt
14:51:04  ---> Using cache
14:51:04  ---> 8bc1bd114bca
14:51:04 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
14:51:04  ---> Using cache
14:51:04  ---> cdf7a65aec92
14:51:04 Step 17/19 : RUN pip install -r test-requirements.txt
14:51:04  ---> Using cache
14:51:04  ---> 8938f277ab65
14:51:04 Step 18/19 : COPY . /src
14:51:04  ---> Using cache
14:51:04  ---> a21867d1c4da
14:51:04 Step 19/19 : RUN pip install .
14:51:04  ---> Using cache
14:51:04  ---> 2306cc685351
14:51:04 Successfully built 2306cc685351
14:51:04 Successfully tagged dockerbuildbot/docker-py:py3-bf1a3518f92eb845d1e39c8c18d9ee137f896c32