2020-12-03 07:58:34 UTC
416 MB
dev-5bb69d9
GPG_KEYE3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2567f28b41ce236af61a00dfcbd6fd38c52d46488ece91fb4585b95775b076bbc85
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/2357a5f805565496648ebf597bcffe9e2d9ce379/get-pip.py
PYTHON_PIP_VERSION20.3
PYTHON_VERSION3.8.6
[#000] sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 - 11.55% (48.1 MB)
[#001] sha256:d77915b4e630d47296770ce4cf481894885978072432456615172af463433cc5 - 1.79% (7.45 MB)
[#002] sha256:5f37a0a41b6b03489dd7de0aa2a79e369fd8b219bbc36b52f3f9790dc128e74b - 2.29% (9.53 MB)
[#003] sha256:96b2c1e36db5f5910f58da2ca4f9311b0690810c7107fb055ee1541498b5061f - 11.88% (49.4 MB)
[#004] sha256:c495e8de12d26c9843a7a2bf8c68de1e5652e66d80d9bc869279f9af6f86736a - 44.08% (183 MB)
[#005] sha256:33382189822a108b249cf3ccd234d04c3a8dfe7d593df19c751dcfab3675d5f2 - 1.41% (5.86 MB)
[#006] sha256:b208f1fbe418e919ab404fbcecb428a9b03032e723b67a4315fcfc1d7eec4216 - 4.17% (17.4 MB)
[#007] sha256:eff0ed295004fc0bc06b056d92588e0c1773ab15fc264bf5035780c48b1da131 - 0.0% (233 Bytes)
[#008] sha256:63b67ce8e52d655e6556d38c387a16618b22601091e77de7c0545bef09afe60a - 0.49% (2.04 MB)
[#009] sha256:e737155c118d9d30b2922c37a0c9f79b9397260ada626c477480b2ed74e8d666 - 0.0% (99 Bytes)
[#010] sha256:83c34bbef942f3daa60725ffd3dc55884fd8dca41bff945ae6f5ba7ffad0818c - 3.15% (13.1 MB)
[#011] sha256:6bf6cd46a982b2662d55dc8ff4d551457448957e5deaae2ef4b8d4b289153271 - 0.01% (32.4 KB)
[#012] sha256:74cf0f471db591f95eda622df4bfc33372d9911153ba91798d81a119092da94e - 19.17% (79.7 MB)
/bin/sh -c #(nop) ADD file:9a4fd72d749f4a791e75e0f6fc6028d0771e3381b6d84a8d0b07a4887bc7c641 in /
2020-11-17 20:20:58 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-11-18 00:30:37 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*
2020-11-18 00:30:47 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2020-11-18 00:31:18 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*
2020-11-18 00:32:34 UTC/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libglib2.0-dev libgmp-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmaxminddb-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch unzip xz-utils zlib1g-dev $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*
2020-11-18 12:56:39 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-11-18 12:56:39 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-11-18 12:56:47 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends libbluetooth-dev tk-dev uuid-dev && rm -rf /var/lib/apt/lists/*
2020-11-18 13:18:34 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2020-11-18 13:41:07 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.6
2020-11-18 13:50:49 UTC/bin/sh -c set -ex && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && { command -v gpgconf > /dev/null && gpgconf --kill all || :; } && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" && make install && rm -rf /usr/src/python && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + && ldconfig && python3 --version
2020-11-18 13:50:50 UTC/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2020-12-02 00:15:41 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.3
2020-12-02 00:15:42 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/2357a5f805565496648ebf597bcffe9e2d9ce379/get-pip.py
2020-12-02 00:15:42 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=7f28b41ce236af61a00dfcbd6fd38c52d46488ece91fb4585b95775b076bbc85
2020-12-02 00:15:49 UTC/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2020-12-02 00:15:49 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-12-03 07:58:29 UTC (buildkit.dockerfile.v0)ARG BACKEND_APP_VERSION=dev
2020-12-03 07:58:29 UTC (buildkit.dockerfile.v0)ENV BACKEND_VERSION=dev-5bb69d9
2020-12-03 07:58:29 UTC (buildkit.dockerfile.v0)RUN |1 BACKEND_APP_VERSION=dev-5bb69d9 /bin/sh -c mkdir /app # buildkit
2020-12-03 07:58:29 UTC (buildkit.dockerfile.v0)WORKDIR /app
2020-12-03 07:58:29 UTC (buildkit.dockerfile.v0)RUN |1 BACKEND_APP_VERSION=dev-5bb69d9 /bin/sh -c apt update && apt install -y openssh-client sshpass # buildkit
2020-12-03 07:58:34 UTC (buildkit.dockerfile.v0)COPY . ./ # buildkit
2020-12-03 07:58:34 UTC (buildkit.dockerfile.v0)RUN |1 BACKEND_APP_VERSION=dev-5bb69d9 /bin/sh -c pip install --no-cache-dir -r requirements.txt # buildkit
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.