Skip to content

Console Output

08:23:43 + docker build -t dockerbuildbot/docker-py:py3-ef6d4fabad9bebd1b585b68807d34737eaf4695c -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
08:23:43 Sending build context to Docker daemon  1.302MB

08:23:43 Step 1/19 : ARG PYTHON_VERSION=3.7
08:23:43 Step 2/19 : FROM python:${PYTHON_VERSION}
08:23:43  ---> 072863679c31
08:23:43 Step 3/19 : ARG APT_MIRROR
08:23:43  ---> Using cache
08:23:43  ---> 870edf4fa11f
08:23:43 Step 4/19 : 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:23:43  ---> Using cache
08:23:43  ---> f50832aba8dd
08:23:43 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
08:23:43  ---> Using cache
08:23:43  ---> 9fa0ae50bc7b
08:23:43 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
08:23:43  ---> Using cache
08:23:43  ---> c898058fc87b
08:23:43 Step 7/19 : RUN gpg2 --import gpg-keys/secret
08:23:43  ---> Using cache
08:23:43  ---> 00843cd4dd98
08:23:43 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
08:23:43  ---> Using cache
08:23:43  ---> 2a86d6c31928
08:23:43 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
08:23:43  ---> Using cache
08:23:43  ---> f760c5c75fab
08:23:43 Step 10/19 : RUN gpg2 --check-trustdb
08:23:43  ---> Using cache
08:23:43  ---> 52636201af7d
08:23:43 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
08:23:43  ---> Using cache
08:23:43  ---> 5de24f64fb5d
08:23:43 Step 12/19 : 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:23:43  ---> Using cache
08:23:43  ---> 274bb6bc0d99
08:23:43 Step 13/19 : WORKDIR /src
08:23:43  ---> Using cache
08:23:43  ---> 1130aad29279
08:23:43 Step 14/19 : COPY requirements.txt /src/requirements.txt
08:23:43  ---> Using cache
08:23:43  ---> 80f0ee553e03
08:23:43 Step 15/19 : RUN pip install -r requirements.txt
08:23:43  ---> Using cache
08:23:43  ---> 082f883d77e2
08:23:43 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
08:23:43  ---> Using cache
08:23:43  ---> 26ee5e4be34f
08:23:43 Step 17/19 : RUN pip install -r test-requirements.txt
08:23:43  ---> Using cache
08:23:43  ---> 4a41f97630b5
08:23:43 Step 18/19 : COPY . /src
08:23:43  ---> Using cache
08:23:43  ---> 0b13e52ae4d0
08:23:43 Step 19/19 : RUN pip install .
08:23:43  ---> Using cache
08:23:43  ---> 752cbbf6c8c6
08:23:43 Successfully built 752cbbf6c8c6
08:23:43 Successfully tagged dockerbuildbot/docker-py:py3-ef6d4fabad9bebd1b585b68807d34737eaf4695c