Skip to content

Console Output

19:38:05 + docker build -t dockerpinata/docker-py:py3-fc1a4dad95d3435a82739dbd3ac968634b2c0f75 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
19:38:05 Sending build context to Docker daemon  1.376MB

19:38:05 Step 1/21 : ARG PYTHON_VERSION=3.7
19:38:05 Step 2/21 : FROM python:${PYTHON_VERSION}
19:38:05  ---> 27d690a99946
19:38:05 Step 3/21 : ARG APT_MIRROR
19:38:05  ---> Using cache
19:38:05  ---> 8247eff66ddc
19:38:05 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
19:38:05  ---> Using cache
19:38:05  ---> 5dbab796f6b2
19:38:05 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
19:38:05  ---> Using cache
19:38:05  ---> ea14c3dce6af
19:38:05 Step 6/21 : COPY tests/ssh-keys /root/.ssh
19:38:05  ---> Using cache
19:38:05  ---> 173c860c742b
19:38:05 Step 7/21 : RUN chmod -R 600 /root/.ssh
19:38:05  ---> Using cache
19:38:05  ---> 93874b1448ed
19:38:05 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
19:38:05  ---> Using cache
19:38:05  ---> 353f132e1cda
19:38:05 Step 9/21 : RUN gpg2 --import gpg-keys/secret
19:38:05  ---> Using cache
19:38:05  ---> 53c3be1ddcb3
19:38:05 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
19:38:05  ---> Using cache
19:38:05  ---> 63e9d42ce937
19:38:05 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
19:38:05  ---> Using cache
19:38:05  ---> 4c6346ec354b
19:38:05 Step 12/21 : RUN gpg2 --check-trustdb
19:38:05  ---> Using cache
19:38:05  ---> 019c5bf3de12
19:38:05 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
19:38:05  ---> Using cache
19:38:05  ---> a8a50e9629a5
19:38:05 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
19:38:05  ---> Using cache
19:38:05  ---> 47e82aa9b466
19:38:05 Step 15/21 : WORKDIR /src
19:38:05  ---> Using cache
19:38:05  ---> c2d6a089ac3d
19:38:05 Step 16/21 : COPY requirements.txt /src/requirements.txt
19:38:05  ---> Using cache
19:38:05  ---> fcc920e9c688
19:38:05 Step 17/21 : RUN pip install -r requirements.txt
19:38:05  ---> Using cache
19:38:05  ---> 4123ca93e8bb
19:38:05 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
19:38:05  ---> Using cache
19:38:05  ---> 6a8488ed4670
19:38:05 Step 19/21 : RUN pip install -r test-requirements.txt
19:38:05  ---> Using cache
19:38:05  ---> 18fe746dce66
19:38:05 Step 20/21 : COPY . /src
19:38:05  ---> Using cache
19:38:05  ---> 0637c58d9dd6
19:38:05 Step 21/21 : RUN pip install .
19:38:05  ---> Using cache
19:38:05  ---> eeee1284d5f2
19:38:05 Successfully built eeee1284d5f2
19:38:05 Successfully tagged dockerpinata/docker-py:py3-fc1a4dad95d3435a82739dbd3ac968634b2c0f75