Skip to content

Console Output

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

08:23:42 Step 1/19 : ARG PYTHON_VERSION=3.7
08:23:42 Step 2/19 : FROM python:${PYTHON_VERSION}
08:23:42  ---> 68e7be49c28c
08:23:42 Step 3/19 : ARG APT_MIRROR
08:23:42  ---> Using cache
08:23:42  ---> e0254fc06aea
08:23:42 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:42  ---> Using cache
08:23:42  ---> ee0de6bf3d8a
08:23:42 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
08:23:42  ---> Using cache
08:23:42  ---> b23bd24f0c09
08:23:42 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
08:23:42  ---> Using cache
08:23:42  ---> afb56cf4f2f9
08:23:42 Step 7/19 : RUN gpg2 --import gpg-keys/secret
08:23:42  ---> Using cache
08:23:42  ---> 5ca6bf147404
08:23:42 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
08:23:42  ---> Using cache
08:23:42  ---> 8685f338abb9
08:23:42 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
08:23:42  ---> Using cache
08:23:42  ---> 3ac00578664e
08:23:42 Step 10/19 : RUN gpg2 --check-trustdb
08:23:42  ---> Using cache
08:23:42  ---> ad326a603893
08:23:42 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
08:23:42  ---> Using cache
08:23:42  ---> 16525f1ca02a
08:23:42 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:42  ---> Using cache
08:23:42  ---> 6d1d118c7fa4
08:23:42 Step 13/19 : WORKDIR /src
08:23:42  ---> Using cache
08:23:42  ---> 55dc951f8dc3
08:23:42 Step 14/19 : COPY requirements.txt /src/requirements.txt
08:23:42  ---> Using cache
08:23:42  ---> d2239f06f0de
08:23:42 Step 15/19 : RUN pip install -r requirements.txt
08:23:42  ---> Using cache
08:23:42  ---> e5b9331bdbca
08:23:42 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
08:23:42  ---> Using cache
08:23:42  ---> 0790698d0767
08:23:42 Step 17/19 : RUN pip install -r test-requirements.txt
08:23:42  ---> Using cache
08:23:42  ---> dd2feadb0a31
08:23:42 Step 18/19 : COPY . /src
08:23:42  ---> Using cache
08:23:42  ---> 7c5a08630afa
08:23:42 Step 19/19 : RUN pip install .
08:23:42  ---> Using cache
08:23:42  ---> 808bedc5adfc
08:23:42 Successfully built 808bedc5adfc
08:23:42 Successfully tagged dockerbuildbot/docker-py:py2-ef6d4fabad9bebd1b585b68807d34737eaf4695c