Skip to content

Console Output

23:46:12 + docker build -t dockerpinata/docker-py:py3-b1cf390e0ed44e31eb45d61473cc405baf29a923 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
23:46:12 Sending build context to Docker daemon  1.374MB

23:46:12 Step 1/21 : ARG PYTHON_VERSION=3.7
23:46:12 Step 2/21 : FROM python:${PYTHON_VERSION}
23:46:12  ---> 7c891de3e220
23:46:12 Step 3/21 : ARG APT_MIRROR
23:46:12  ---> Using cache
23:46:12  ---> d5b83f9d8392
23:46:12 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
23:46:12  ---> Using cache
23:46:12  ---> af65bc8ab0ae
23:46:12 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
23:46:12  ---> Using cache
23:46:12  ---> a88a25f4a897
23:46:12 Step 6/21 : COPY tests/ssh-keys /root/.ssh
23:46:12  ---> Using cache
23:46:12  ---> 7917fc4d59dc
23:46:12 Step 7/21 : RUN chmod -R 600 /root/.ssh
23:46:12  ---> Using cache
23:46:12  ---> 2f51ecc75de6
23:46:12 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
23:46:12  ---> Using cache
23:46:12  ---> be5b77bc689c
23:46:12 Step 9/21 : RUN gpg2 --import gpg-keys/secret
23:46:12  ---> Using cache
23:46:12  ---> ba308c28ef21
23:46:12 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
23:46:12  ---> Using cache
23:46:12  ---> 41eeb8b2c63b
23:46:12 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
23:46:12  ---> Using cache
23:46:12  ---> 661732102ad5
23:46:12 Step 12/21 : RUN gpg2 --check-trustdb
23:46:12  ---> Using cache
23:46:12  ---> d42e9dc84204
23:46:12 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
23:46:12  ---> Using cache
23:46:12  ---> d31eef80b1ec
23:46:12 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
23:46:12  ---> Using cache
23:46:12  ---> c46878b711d6
23:46:12 Step 15/21 : WORKDIR /src
23:46:12  ---> Using cache
23:46:12  ---> 5911257d5894
23:46:12 Step 16/21 : COPY requirements.txt /src/requirements.txt
23:46:12  ---> Using cache
23:46:12  ---> 098a31a6f8dc
23:46:12 Step 17/21 : RUN pip install -r requirements.txt
23:46:12  ---> Using cache
23:46:12  ---> d09b368ddc63
23:46:12 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
23:46:12  ---> Using cache
23:46:12  ---> 3743d7a7c895
23:46:12 Step 19/21 : RUN pip install -r test-requirements.txt
23:46:12  ---> Using cache
23:46:12  ---> 7993eb9b7341
23:46:12 Step 20/21 : COPY . /src
23:46:12  ---> Using cache
23:46:12  ---> eb921e8357de
23:46:12 Step 21/21 : RUN pip install .
23:46:12  ---> Using cache
23:46:12  ---> 5953a1c52e9a
23:46:12 Successfully built 5953a1c52e9a
23:46:12 Successfully tagged dockerpinata/docker-py:py3-b1cf390e0ed44e31eb45d61473cc405baf29a923