Skip to content

Console Output

20:20:42 + docker build -t dockerpinata/docker-py:py3-035114502bdab28f84327a7705b8af0f726a67a6 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
20:20:42 Sending build context to Docker daemon  1.376MB

20:20:42 Step 1/21 : ARG PYTHON_VERSION=3.7
20:20:42 Step 2/21 : FROM python:${PYTHON_VERSION}
20:20:42  ---> 142b92ebe662
20:20:42 Step 3/21 : ARG APT_MIRROR
20:20:42  ---> Using cache
20:20:42  ---> c625bcc9bd05
20:20:42 Step 4/21 : 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
20:20:42  ---> Using cache
20:20:42  ---> 5ca274c986ac
20:20:42 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
20:20:42  ---> Using cache
20:20:42  ---> 4d2cf5431f87
20:20:42 Step 6/21 : COPY tests/ssh-keys /root/.ssh
20:20:42  ---> Using cache
20:20:42  ---> d7794cc25e72
20:20:42 Step 7/21 : RUN chmod -R 600 /root/.ssh
20:20:42  ---> Using cache
20:20:42  ---> 199cd7dba29b
20:20:42 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
20:20:42  ---> Using cache
20:20:42  ---> 7d126f27b8b4
20:20:42 Step 9/21 : RUN gpg2 --import gpg-keys/secret
20:20:42  ---> Using cache
20:20:42  ---> 3d845bfb2291
20:20:42 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
20:20:42  ---> Using cache
20:20:42  ---> 89a141bacced
20:20:42 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
20:20:42  ---> Using cache
20:20:42  ---> fb323c4ce0a3
20:20:42 Step 12/21 : RUN gpg2 --check-trustdb
20:20:42  ---> Using cache
20:20:42  ---> 98446dd7c03f
20:20:42 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
20:20:42  ---> Using cache
20:20:42  ---> 2807a829c097
20:20:42 Step 14/21 : 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
20:20:42  ---> Using cache
20:20:42  ---> 7c23a584ccbb
20:20:42 Step 15/21 : WORKDIR /src
20:20:42  ---> Using cache
20:20:42  ---> 357ef5fbe90d
20:20:42 Step 16/21 : COPY requirements.txt /src/requirements.txt
20:20:42  ---> Using cache
20:20:42  ---> f3606391ed59
20:20:42 Step 17/21 : RUN pip install -r requirements.txt
20:20:42  ---> Using cache
20:20:42  ---> 105663c28dec
20:20:42 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
20:20:42  ---> Using cache
20:20:42  ---> 51b20c889fa4
20:20:42 Step 19/21 : RUN pip install -r test-requirements.txt
20:20:42  ---> Using cache
20:20:42  ---> 8b6dbf7ccd5c
20:20:42 Step 20/21 : COPY . /src
20:20:42  ---> Using cache
20:20:42  ---> ec4e7f0006dd
20:20:42 Step 21/21 : RUN pip install .
20:20:42  ---> Using cache
20:20:42  ---> 6f99ac795864
20:20:42 Successfully built 6f99ac795864
20:20:42 Successfully tagged dockerpinata/docker-py:py3-035114502bdab28f84327a7705b8af0f726a67a6