2020-11-30 23:27:14 UTC
416 MB
dev-f4975f2
GPG_KEYE3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA2566e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py
PYTHON_PIP_VERSION20.2.4
PYTHON_VERSION3.8.6
[#000] sha256:756975cb9c7e7933d824af9319b512dd72a50894232761d06ef3be59981df838 - 11.56% (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.09% (183 MB)
[#005] sha256:33382189822a108b249cf3ccd234d04c3a8dfe7d593df19c751dcfab3675d5f2 - 1.41% (5.86 MB)
[#006] sha256:b208f1fbe418e919ab404fbcecb428a9b03032e723b67a4315fcfc1d7eec4216 - 4.18% (17.4 MB)
[#007] sha256:eff0ed295004fc0bc06b056d92588e0c1773ab15fc264bf5035780c48b1da131 - 0.0% (233 Bytes)
[#008] sha256:ee9028950cff29c6e29b905c9c15cb9b6c20233064c82392e1c11b817e57541d - 0.49% (2.02 MB)
[#009] sha256:013bd7d961ab0b6e0b3a88dc2c2b75699f642268701de54217b74c99e7c3d1b5 - 0.0% (99 Bytes)
[#010] sha256:d0e150d93cc8777260bcc50fc65bfb31b993102e80e0530e3d1c0a2116ef4e9c - 3.15% (13.1 MB)
[#011] sha256:67dfc860b7b3b203352c8254bd43e86df00c36be9c425d46c5498392fc2aa12d - 0.01% (30.2 KB)
[#012] sha256:f33d515cc1915b8809abd670edd14ff6a07c2a4847c79af2ce8d27175c5461f2 - 19.16% (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-11-18 13:50:50 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.2.4
2020-11-18 13:50:51 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py
2020-11-18 13:50:51 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c
2020-11-18 13:50:57 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-11-18 13:50:57 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-11-30 23:27:10 UTC (buildkit.dockerfile.v0)ARG BACKEND_APP_VERSION=dev
2020-11-30 23:27:10 UTC (buildkit.dockerfile.v0)ENV BACKEND_VERSION=dev-f4975f2
2020-11-30 23:27:10 UTC (buildkit.dockerfile.v0)RUN |1 BACKEND_APP_VERSION=dev-f4975f2 /bin/sh -c mkdir /app # buildkit
2020-11-30 23:27:10 UTC (buildkit.dockerfile.v0)WORKDIR /app
2020-11-30 23:27:10 UTC (buildkit.dockerfile.v0)RUN |1 BACKEND_APP_VERSION=dev-f4975f2 /bin/sh -c apt update && apt install -y openssh-client sshpass # buildkit
2020-11-30 23:27:14 UTC (buildkit.dockerfile.v0)COPY . ./ # buildkit
2020-11-30 23:27:14 UTC (buildkit.dockerfile.v0)RUN |1 BACKEND_APP_VERSION=dev-f4975f2 /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.