Skip to content

Console Output

13:32:26 + docker build -t dockerpinata/docker-py:py3-d6706e8b8221d40a400c2b86ab379131cc3f2064 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
13:32:26 Sending build context to Docker daemon  1.374MB

13:32:26 Step 1/21 : ARG PYTHON_VERSION=3.7
13:32:26 Step 2/21 : FROM python:${PYTHON_VERSION}
13:32:26  ---> 869a8debb0fd
13:32:26 Step 3/21 : ARG APT_MIRROR
13:32:26  ---> Using cache
13:32:26  ---> d11b844bae39
13:32:26 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
13:32:26  ---> Using cache
13:32:26  ---> a2f4306aed51
13:32:26 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
13:32:26  ---> Using cache
13:32:26  ---> db9f75bb0ecd
13:32:26 Step 6/21 : COPY tests/ssh-keys /root/.ssh
13:32:26  ---> Using cache
13:32:26  ---> 4572d91f8426
13:32:26 Step 7/21 : RUN chmod -R 600 /root/.ssh
13:32:26  ---> Using cache
13:32:26  ---> 5cc68e907608
13:32:26 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
13:32:26  ---> Using cache
13:32:26  ---> 7476b2c6fdd3
13:32:26 Step 9/21 : RUN gpg2 --import gpg-keys/secret
13:32:26  ---> Using cache
13:32:26  ---> 634af9256134
13:32:26 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
13:32:26  ---> Using cache
13:32:26  ---> a9170d294d0e
13:32:26 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
13:32:26  ---> Using cache
13:32:26  ---> cbec841efeec
13:32:26 Step 12/21 : RUN gpg2 --check-trustdb
13:32:26  ---> Using cache
13:32:26  ---> ae3bd7678be3
13:32:26 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
13:32:26  ---> Using cache
13:32:26  ---> d5a895419c6b
13:32:26 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
13:32:26  ---> Using cache
13:32:26  ---> 0d557ec1dd08
13:32:26 Step 15/21 : WORKDIR /src
13:32:26  ---> Using cache
13:32:26  ---> e4f959d816d5
13:32:26 Step 16/21 : COPY requirements.txt /src/requirements.txt
13:32:26  ---> Using cache
13:32:26  ---> 50a1ccd2498a
13:32:26 Step 17/21 : RUN pip install -r requirements.txt
13:32:26  ---> Using cache
13:32:26  ---> f865503e60a7
13:32:26 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
13:32:26  ---> Using cache
13:32:26  ---> b091f539ea0b
13:32:26 Step 19/21 : RUN pip install -r test-requirements.txt
13:32:26  ---> Using cache
13:32:26  ---> b5c5d798504c
13:32:26 Step 20/21 : COPY . /src
13:32:26  ---> Using cache
13:32:26  ---> bdf4a5462389
13:32:26 Step 21/21 : RUN pip install .
13:32:26  ---> Using cache
13:32:26  ---> 7bfb8494e122
13:32:26 Successfully built 7bfb8494e122
13:32:26 Successfully tagged dockerpinata/docker-py:py3-d6706e8b8221d40a400c2b86ab379131cc3f2064