Skip to content

Console Output

19:28:36 + docker build -t dockerpinata/docker-py:py3-868e996269b6934420f0cd2104621b6f45f668e5 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
19:28:36 Sending build context to Docker daemon  1.384MB

19:28:36 Step 1/23 : ARG PYTHON_VERSION=3.10
19:28:36 Step 2/23 : FROM python:${PYTHON_VERSION}
19:28:36  ---> 3a49f9c9c80e
19:28:36 Step 3/23 : ARG APT_MIRROR
19:28:36  ---> Using cache
19:28:36  ---> e9327fcffaa2
19:28:36 Step 4/23 : 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:28:36  ---> Using cache
19:28:36  ---> 869cdbedebb8
19:28:36 Step 5/23 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
19:28:36  ---> Using cache
19:28:36  ---> d2d9dfd3adbf
19:28:36 Step 6/23 : COPY tests/ssh/config/client /root/.ssh
19:28:36  ---> Using cache
19:28:36  ---> 9ee1f84915f8
19:28:36 Step 7/23 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
19:28:36  ---> Using cache
19:28:36  ---> 97e2b9d1cb3b
19:28:36 Step 8/23 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
19:28:36  ---> Using cache
19:28:36  ---> c9546f5d6acb
19:28:36 Step 9/23 : RUN chmod -R 600 /root/.ssh
19:28:36  ---> Using cache
19:28:36  ---> 2f875a1cbe5b
19:28:36 Step 10/23 : COPY ./tests/gpg-keys /gpg-keys
19:28:36  ---> Using cache
19:28:36  ---> 339dde149052
19:28:36 Step 11/23 : RUN gpg2 --import gpg-keys/secret
19:28:36  ---> Using cache
19:28:36  ---> 72752c7505d5
19:28:36 Step 12/23 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
19:28:36  ---> Using cache
19:28:36  ---> ad5ef2d8777b
19:28:36 Step 13/23 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
19:28:36  ---> Using cache
19:28:36  ---> f2e500b2e2c1
19:28:36 Step 14/23 : RUN gpg2 --check-trustdb
19:28:36  ---> Using cache
19:28:36  ---> 16d8ecff5dac
19:28:36 Step 15/23 : ARG CREDSTORE_VERSION=v0.6.3
19:28:36  ---> Using cache
19:28:36  ---> 1c32d003ca52
19:28:36 Step 16/23 : 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:28:36  ---> Using cache
19:28:36  ---> 45143e3d7bf2
19:28:36 Step 17/23 : WORKDIR /src
19:28:36  ---> Using cache
19:28:36  ---> ab948451d751
19:28:36 Step 18/23 : COPY requirements.txt /src/requirements.txt
19:28:36  ---> Using cache
19:28:36  ---> c815c371b35f
19:28:36 Step 19/23 : RUN pip install -r requirements.txt
19:28:36  ---> Using cache
19:28:36  ---> def49d7704f2
19:28:36 Step 20/23 : COPY test-requirements.txt /src/test-requirements.txt
19:28:36  ---> Using cache
19:28:36  ---> a579e81ef678
19:28:36 Step 21/23 : RUN pip install -r test-requirements.txt
19:28:36  ---> Using cache
19:28:36  ---> 4452707635f8
19:28:36 Step 22/23 : COPY . /src
19:28:36  ---> Using cache
19:28:36  ---> ce8234c762cf
19:28:36 Step 23/23 : RUN pip install .
19:28:36  ---> Using cache
19:28:36  ---> 88e477c61dbe
19:28:36 Successfully built 88e477c61dbe
19:28:36 Successfully tagged dockerpinata/docker-py:py3-868e996269b6934420f0cd2104621b6f45f668e5