Skip to content

Console Output

05:44:44 + docker build -t dockerpinata/docker-py:py3-938377b8f098944594f0c4df792a9e00e33e0557 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
05:44:44 Sending build context to Docker daemon  1.373MB

05:44:44 Step 1/21 : ARG PYTHON_VERSION=3.7
05:44:44 Step 2/21 : FROM python:${PYTHON_VERSION}
05:44:44  ---> 9337bc3e7477
05:44:44 Step 3/21 : ARG APT_MIRROR
05:44:44  ---> Using cache
05:44:44  ---> e77d6223b6a5
05:44:44 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
05:44:44  ---> Using cache
05:44:44  ---> 835d20962965
05:44:44 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
05:44:44  ---> Using cache
05:44:44  ---> f90335ce00c4
05:44:44 Step 6/21 : COPY tests/ssh-keys /root/.ssh
05:44:44  ---> Using cache
05:44:44  ---> f8064c0d35e3
05:44:44 Step 7/21 : RUN chmod -R 600 /root/.ssh
05:44:44  ---> Using cache
05:44:44  ---> fb03a8ec9437
05:44:44 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
05:44:44  ---> Using cache
05:44:44  ---> d09cea21d9b8
05:44:44 Step 9/21 : RUN gpg2 --import gpg-keys/secret
05:44:44  ---> Using cache
05:44:44  ---> 044befecbbbf
05:44:44 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
05:44:44  ---> Using cache
05:44:44  ---> 40e3fa0df69c
05:44:44 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
05:44:44  ---> Using cache
05:44:44  ---> ab0f6345128f
05:44:44 Step 12/21 : RUN gpg2 --check-trustdb
05:44:44  ---> Using cache
05:44:44  ---> b7fe2327d9e0
05:44:44 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
05:44:44  ---> Using cache
05:44:44  ---> ccefbcfcde61
05:44:44 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
05:44:44  ---> Using cache
05:44:44  ---> 4a5b341eaf62
05:44:44 Step 15/21 : WORKDIR /src
05:44:44  ---> Using cache
05:44:44  ---> 41f2189018ba
05:44:44 Step 16/21 : COPY requirements.txt /src/requirements.txt
05:44:44  ---> Using cache
05:44:44  ---> 9f1ddf3ce1d0
05:44:44 Step 17/21 : RUN pip install -r requirements.txt
05:44:44  ---> Using cache
05:44:44  ---> c93bf8472152
05:44:44 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
05:44:44  ---> Using cache
05:44:44  ---> 829a59b7a036
05:44:44 Step 19/21 : RUN pip install -r test-requirements.txt
05:44:44  ---> Using cache
05:44:44  ---> 3c182bda43a4
05:44:44 Step 20/21 : COPY . /src
05:44:44  ---> Using cache
05:44:44  ---> 75c3843849ce
05:44:44 Step 21/21 : RUN pip install .
05:44:44  ---> Using cache
05:44:44  ---> 28dc2a68aa9a
05:44:44 Successfully built 28dc2a68aa9a
05:44:44 Successfully tagged dockerpinata/docker-py:py3-938377b8f098944594f0c4df792a9e00e33e0557