2022-11-14 09:46:51 UTC
114 MB
A035C8C19219BA821ECEA86B64E628F8D684696D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/python-deps/bin
PYTHONUNBUFFERED1
PYTHONUSERBASE/python-deps
PYTHON_GET_PIP_SHA25636c6f6214694ef64cc70f4127ac0ccec668408a93825359d998fb31d24968d67
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/6d265be7a6b5bc4e9c5c07646aee0bf0394be03d/public/get-pip.py
PYTHON_PIP_VERSION22.2.2
PYTHON_SETUPTOOLS_VERSION63.2.0
PYTHON_VERSION3.10.8
[#000] sha256:e9995326b091af7b3ce352fad4d76cf3a3cb62b7a0c35cc5f625e8e649d23c50 - 26.27% (30 MB)
[#001] sha256:f3d7f077cdde3b5e7290d1bb6bb3371c6b35ac75c5026770996f25dc83b2b27b - 0.9% (1.03 MB)
[#002] sha256:97998d90ca9fbb1f35a616282fe21d683e8763345e4061323ca63b2232102c75 - 10.12% (11.5 MB)
[#003] sha256:7920de519334560124e7a54b8702f29e02860f6070b2ee342e529aa53ec27bc1 - 0.0% (233 Bytes)
[#004] sha256:3c7e41a98fc18ebb5e624db23cf2544e2ae4730cd577dab177a33c911a6af589 - 2.79% (3.18 MB)
[#005] sha256:29640b46f657e890c6bee08566e363126011b3952b81d6e5d571160a33271f9d - 0.0% (99 Bytes)
[#006] sha256:ed0e32f7b0c8b913332a19138c2a88b7b98b80ae1171958017ece9879b8d5dd0 - 0.0% (334 Bytes)
[#007] sha256:274ae7d7f36714c2066d9f3abf93f1d6d69d51b4a9ff2f702d171e3839a068b4 - 53.36% (60.9 MB)
[#008] sha256:43489c9aa4335add277a2bd939066b1de73035b071077ac028cedf676f0e7dc6 - 0.06% (75 KB)
[#009] sha256:5d730ad7c21110c4ec516975ecf272de99de474bc602f37cf1b39df7ddb26fa4 - 6.49% (7.4 MB)
/bin/sh -c #(nop) ADD file:8644a8156a07a656a35c41e2b2a458befb660309f8592e3efd5b43d46156cec2 in /
2022-10-25 01:43:53 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-10-25 04:49:48 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-10-25 04:49:48 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2022-10-25 04:49:54 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/*
2022-10-25 04:49:54 UTC/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
2022-10-25 05:20:14 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.10.8
2022-10-25 05:31:10 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg dirmngr libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; 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"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --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 --extract --directory /usr/src/python --strip-components=1 --file 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-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" LDFLAGS="-Wl,--strip-all" ; make install; cd /; 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 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; python3 --version
2022-10-25 05:31:11 UTC/bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done
2022-10-25 05:31:11 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.2.2
2022-10-25 05:31:11 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=63.2.0
2022-10-25 05:31:12 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/6d265be7a6b5bc4e9c5c07646aee0bf0394be03d/public/get-pip.py
2022-10-25 05:31:12 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=36c6f6214694ef64cc70f4127ac0ccec668408a93825359d998fb31d24968d67
2022-10-25 05:31:23 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version
2022-10-25 05:31:24 UTC/bin/sh -c #(nop) CMD ["python3"]
2022-10-31 12:57:15 UTC (buildkit.dockerfile.v0)ENV PYTHONUNBUFFERED=1
2022-10-31 12:57:15 UTC (buildkit.dockerfile.v0)ENV PYTHONUSERBASE=/python-deps
2022-10-31 12:57:15 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/python-deps/bin
2022-10-31 12:57:15 UTC (buildkit.dockerfile.v0)WORKDIR /app
2022-11-08 08:29:16 UTC (buildkit.dockerfile.v0)COPY requirements.txt ./ # buildkit
2022-11-08 08:30:00 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set ex && buildDeps=" automake build-essential gcc libc-dev libssl-dev libtool pkg-config " && apt-get update && apt-get install -y --no-install-recommends $buildDeps tini && pip3 install -U --no-cache-dir wheel setuptools pip && pip3 install --no-cache-dir --user -r requirements.txt && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/* && chmod +x /usr/bin/tini # buildkit
2022-11-14 09:46:49 UTC (buildkit.dockerfile.v0)COPY . . # buildkit
2022-11-14 09:46:51 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c DEFAULT_FILE_STORAGE=django.core.files.storage.FileSystemStorage python src/manage.py collectstatic --noinput # buildkit
2022-11-14 09:46:51 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/bin/tini" "--" "./docker-entrypoint.sh"]
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.