Skip to content

Console Output

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

14:51:03 Step 1/19 : ARG PYTHON_VERSION=3.7
14:51:03 Step 2/19 : FROM python:${PYTHON_VERSION}
14:51:03  ---> 68e7be49c28c
14:51:03 Step 3/19 : ARG APT_MIRROR
14:51:03  ---> Using cache
14:51:03  ---> 2df2c9e24e08
14:51:03 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:03  ---> Using cache
14:51:03  ---> 402e44458a88
14:51:03 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
14:51:03  ---> Using cache
14:51:03  ---> 8a753071f0a3
14:51:03 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
14:51:03  ---> Using cache
14:51:03  ---> 1e6fc2c055e8
14:51:03 Step 7/19 : RUN gpg2 --import gpg-keys/secret
14:51:03  ---> Using cache
14:51:03  ---> 5261126e3bd8
14:51:03 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:51:03  ---> Using cache
14:51:03  ---> c33b02c62db0
14:51:03 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:51:03  ---> Using cache
14:51:03  ---> 223dd7399629
14:51:03 Step 10/19 : RUN gpg2 --check-trustdb
14:51:03  ---> Using cache
14:51:03  ---> 9a7b98ee5d94
14:51:03 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
14:51:03  ---> Using cache
14:51:03  ---> f5b337ed8503
14:51:03 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:03  ---> Using cache
14:51:03  ---> 25a7599a500d
14:51:03 Step 13/19 : WORKDIR /src
14:51:03  ---> Using cache
14:51:03  ---> 6e06ce879bb3
14:51:03 Step 14/19 : COPY requirements.txt /src/requirements.txt
14:51:03  ---> Using cache
14:51:03  ---> ed82b6bc2ea4
14:51:03 Step 15/19 : RUN pip install -r requirements.txt
14:51:03  ---> Using cache
14:51:03  ---> a6ef6347edc1
14:51:03 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
14:51:03  ---> Using cache
14:51:03  ---> 4b6330966aed
14:51:03 Step 17/19 : RUN pip install -r test-requirements.txt
14:51:03  ---> Using cache
14:51:03  ---> d9b399f39ffa
14:51:03 Step 18/19 : COPY . /src
14:51:03  ---> Using cache
14:51:03  ---> af48e9a09ea6
14:51:03 Step 19/19 : RUN pip install .
14:51:03  ---> Using cache
14:51:03  ---> 19cdeb4c670d
14:51:03 Successfully built 19cdeb4c670d
14:51:03 Successfully tagged dockerbuildbot/docker-py:py2-bf1a3518f92eb845d1e39c8c18d9ee137f896c32