Skip to content

Console Output

10:08:06 + docker build -t dockerpinata/docker-py:py3-6e9bc12ef34d6db14b692539ce6249416e80500f -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
10:08:06 Sending build context to Docker daemon  1.374MB

10:08:06 Step 1/21 : ARG PYTHON_VERSION=3.7
10:08:06 Step 2/21 : FROM python:${PYTHON_VERSION}
10:08:06  ---> 3ce71eee90f7
10:08:06 Step 3/21 : ARG APT_MIRROR
10:08:06  ---> Using cache
10:08:06  ---> 3b9c324526a7
10:08:06 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
10:08:06  ---> Using cache
10:08:06  ---> d87df4441386
10:08:06 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
10:08:06  ---> Using cache
10:08:06  ---> 1bac06d5f9f7
10:08:06 Step 6/21 : COPY tests/ssh-keys /root/.ssh
10:08:06  ---> Using cache
10:08:06  ---> 02d75fc65af2
10:08:06 Step 7/21 : RUN chmod -R 600 /root/.ssh
10:08:06  ---> Using cache
10:08:06  ---> 9b7bbcb91f39
10:08:06 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
10:08:06  ---> Using cache
10:08:06  ---> 778cf12953e2
10:08:06 Step 9/21 : RUN gpg2 --import gpg-keys/secret
10:08:06  ---> Using cache
10:08:06  ---> ef54d9623a07
10:08:06 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
10:08:06  ---> Using cache
10:08:06  ---> 4d5a9e36c1fd
10:08:06 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
10:08:06  ---> Using cache
10:08:06  ---> 7b0fe9461c26
10:08:06 Step 12/21 : RUN gpg2 --check-trustdb
10:08:06  ---> Using cache
10:08:06  ---> a4df84def994
10:08:06 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
10:08:06  ---> Using cache
10:08:06  ---> fdcaae8e6eb0
10:08:06 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
10:08:06  ---> Using cache
10:08:06  ---> f22bdee483a2
10:08:06 Step 15/21 : WORKDIR /src
10:08:06  ---> Using cache
10:08:06  ---> 95943e8ec0a1
10:08:06 Step 16/21 : COPY requirements.txt /src/requirements.txt
10:08:06  ---> Using cache
10:08:06  ---> 6665eaffbc82
10:08:06 Step 17/21 : RUN pip install -r requirements.txt
10:08:06  ---> Using cache
10:08:06  ---> 0bf972f0d5c8
10:08:06 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
10:08:06  ---> Using cache
10:08:06  ---> 1401d3034215
10:08:06 Step 19/21 : RUN pip install -r test-requirements.txt
10:08:06  ---> Using cache
10:08:06  ---> 800c59732001
10:08:06 Step 20/21 : COPY . /src
10:08:06  ---> Using cache
10:08:06  ---> fe46964b3773
10:08:06 Step 21/21 : RUN pip install .
10:08:06  ---> Using cache
10:08:06  ---> 92c619d1a846
10:08:06 Successfully built 92c619d1a846
10:08:06 Successfully tagged dockerpinata/docker-py:py3-6e9bc12ef34d6db14b692539ce6249416e80500f