2021-02-23 21:49:35 UTC
451 MB
dev-fae45de
GPG_KEYE3FF2839C048B25C084DEBE9B26995E310250568
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256c3b81e5d06371e135fb3156dc7d8fd6270735088428c4a9a5ec1f342e2024565
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/b60e2320d9e8d02348525bd74e871e466afdf77c/get-pip.py
PYTHON_PIP_VERSION21.0.1
PYTHON_VERSION3.8.8
[#000] sha256:0ecb575e629cd60aa802266a3bc6847dcf4073aa2a6d7d43f717dd61e7b90e0b - 10.66% (48.1 MB)
[#001] sha256:7467d1831b6947c294d92ee957902c3cd448b17c5ac2103ca5e79d15afb317c3 - 1.66% (7.47 MB)
[#002] sha256:feab2c490a3cea21cc051ff29c33cc9857418edfa1be9966124b18abe1d5ae16 - 2.11% (9.53 MB)
[#003] sha256:f15a0f46f8c38f4ca7daecf160ba9cdb3ddeafda769e2741e179851cfaa14eec - 10.96% (49.4 MB)
[#004] sha256:937782447ff61abe49fd83ca9e3bdea338c1ae1d53278b2f31eca18ab4366a1e - 40.67% (183 MB)
[#005] sha256:e78b7aaaab2cfb7598d50ad36633611a75bff6116d6a0acc2d37df61b5c797be - 1.3% (5.86 MB)
[#006] sha256:d6174e4a4e34c0746336e18eadc3b8dd3f4ad6fc34a0eb65a3ed0f7fc696283b - 3.86% (17.4 MB)
[#007] sha256:45440a62f00d9600898ec0cc893dab874080ef0df7e01fb2e58d47afc6fce17c - 0.0% (233 Bytes)
[#008] sha256:a1bc47b77517934b1acb948e9094ebe0df5c98afb5e99b1558dc256fc6c70ce8 - 0.46% (2.06 MB)
[#009] sha256:e2a8b9943bf148f1487c48906d5f2dde238f0b9d984d99113d5c4bb24f5b0538 - 0.0% (99 Bytes)
[#010] sha256:85ed7074a9bb3f257e51f8091f1a29eeffc5c7f4f6bea4e0cadcef1095519456 - 2.91% (13.1 MB)
[#011] sha256:c5c0e42e953975e887b10951c6e2deec65510f73309cb9cb420fe58017c7b9fb - 2.45% (11.1 MB)
[#012] sha256:d82884da524c3350e67d3169eba90a45f01c30c55c6b77b436d49e7711959948 - 22.96% (104 MB)
/bin/sh -c #(nop) ADD file:8f75f11b2bd2d50e5912359ae750de06a7b49506df3756c19baf4cc63d900c4f in /
2021-02-09 02:20:40 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-02-09 04:35:10 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl netbase wget ; rm -rf /var/lib/apt/lists/*
2021-02-09 04:35:21 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
2021-02-09 04:35:46 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/*
2021-02-09 04:37:05 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/*
2021-02-09 07:12:23 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-02-09 07:12:23 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-02-09 07:12:33 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/*
2021-02-09 07:32:51 UTC/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
2021-02-19 17:46:09 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.8.8
2021-02-19 17:57:17 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
2021-02-19 17:57:19 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
2021-02-19 17:57:20 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=21.0.1
2021-02-22 23:30:48 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/b60e2320d9e8d02348525bd74e871e466afdf77c/get-pip.py
2021-02-22 23:30:49 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=c3b81e5d06371e135fb3156dc7d8fd6270735088428c4a9a5ec1f342e2024565
2021-02-22 23:30:56 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
2021-02-22 23:30:56 UTC/bin/sh -c #(nop) CMD ["python3"]
2021-02-23 21:49:30 UTC (buildkit.dockerfile.v0)ARG BACKEND_APP_VERSION=dev
2021-02-23 21:49:30 UTC (buildkit.dockerfile.v0)ENV BACKEND_VERSION=dev-fae45de
2021-02-23 21:49:30 UTC (buildkit.dockerfile.v0)RUN |1 BACKEND_APP_VERSION=dev-fae45de /bin/sh -c mkdir /app # buildkit
2021-02-23 21:49:30 UTC (buildkit.dockerfile.v0)WORKDIR /app
2021-02-23 21:49:30 UTC (buildkit.dockerfile.v0)RUN |1 BACKEND_APP_VERSION=dev-fae45de /bin/sh -c apt update && apt install -y openssh-client sshpass # buildkit
2021-02-23 21:49:34 UTC (buildkit.dockerfile.v0)COPY . ./ # buildkit
2021-02-23 21:49:35 UTC (buildkit.dockerfile.v0)RUN |1 BACKEND_APP_VERSION=dev-fae45de /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.