Skip to content

Console Output

08:35:34 + docker build -t dockerbuildbot/docker-py:py3-a54e94fa1239c1c15a96c2b555b61a70d94cbc1f -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
08:35:34 Sending build context to Docker daemon  1.359MB

08:35:34 Step 1/21 : ARG PYTHON_VERSION=3.7
08:35:34 Step 2/21 : FROM python:${PYTHON_VERSION}
08:35:34  ---> 11c6e5fd966a
08:35:34 Step 3/21 : ARG APT_MIRROR
08:35:34  ---> Using cache
08:35:34  ---> 51b689ae1a27
08:35:34 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
08:35:34  ---> Using cache
08:35:34  ---> e26ca03d86d9
08:35:34 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
08:35:34  ---> Using cache
08:35:34  ---> 76a262d17881
08:35:34 Step 6/21 : COPY tests/ssh-keys /root/.ssh
08:35:34  ---> Using cache
08:35:34  ---> 1d6f89f70d26
08:35:34 Step 7/21 : RUN chmod -R 600 /root/.ssh
08:35:34  ---> Using cache
08:35:34  ---> 41e0ef3ec9b9
08:35:34 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
08:35:34  ---> Using cache
08:35:34  ---> 1b0288202ffb
08:35:34 Step 9/21 : RUN gpg2 --import gpg-keys/secret
08:35:34  ---> Using cache
08:35:34  ---> 2802bd2bbcb6
08:35:34 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
08:35:34  ---> Using cache
08:35:34  ---> bdd0199fb782
08:35:34 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
08:35:34  ---> Using cache
08:35:34  ---> 761f739a6b43
08:35:34 Step 12/21 : RUN gpg2 --check-trustdb
08:35:34  ---> Using cache
08:35:34  ---> 50c73e0c1047
08:35:34 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
08:35:34  ---> Using cache
08:35:34  ---> 02967257a868
08:35:34 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
08:35:34  ---> Using cache
08:35:34  ---> 3b3c7eef50c2
08:35:34 Step 15/21 : WORKDIR /src
08:35:34  ---> Using cache
08:35:34  ---> bca8eb568d40
08:35:34 Step 16/21 : COPY requirements.txt /src/requirements.txt
08:35:34  ---> Using cache
08:35:34  ---> f7f7f646a256
08:35:34 Step 17/21 : RUN pip install -r requirements.txt
08:35:34  ---> Using cache
08:35:34  ---> 2cd5785583db
08:35:34 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
08:35:34  ---> Using cache
08:35:34  ---> 5802d449977f
08:35:34 Step 19/21 : RUN pip install -r test-requirements.txt
08:35:34  ---> Using cache
08:35:34  ---> 88bb3cb5f669
08:35:34 Step 20/21 : COPY . /src
08:35:34  ---> 0b6a214592b7
08:35:34 Step 21/21 : RUN pip install .
08:35:34  ---> Running in 45387f2318f0
08:35:35 Processing /src
08:35:35 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
08:35:35 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
08:35:35 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
08:35:35 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2020.6.20)
08:35:35 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2.5)
08:35:35 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (3.0.4)
08:35:35 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (1.24.3)
08:35:35 Building wheels for collected packages: docker
08:35:35   Building wheel for docker (setup.py): started
08:35:35   Building wheel for docker (setup.py): finished with status 'done'
08:35:35   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146051 sha256=8ba43353edb77b7063342e745e5d372cd50cbd2696e702d2a5ffb59fd03e4b6a
08:35:35   Stored in directory: /tmp/pip-ephem-wheel-cache-7cmr93o1/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
08:35:35 Successfully built docker
08:35:35 Installing collected packages: docker
08:35:35 Successfully installed docker-4.4.0.dev0
08:35:36 Removing intermediate container 45387f2318f0
08:35:36  ---> 24174f413d6f
08:35:36 Successfully built 24174f413d6f
08:35:36 Successfully tagged dockerbuildbot/docker-py:py3-a54e94fa1239c1c15a96c2b555b61a70d94cbc1f