2022-12-21 16:51:00 UTC
134 MB
pysha3
GPG_KEYA035C8C19219BA821ECEA86B64E628F8D684696D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHONUNBUFFERED1
PYTHON_GET_PIP_SHA2561e501cf004eac1b7eb1f97266d28f995ae835d30250bec7f8850562703067dc6
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py
PYTHON_PIP_VERSION22.3.1
PYTHON_SETUPTOOLS_VERSION65.5.0
PYTHON_VERSION3.10.9
[#000] sha256:3f4ca61aafcd4fc07267a105067db35c0f0ac630e1970f3cd0c7bf552780e985 - 22.39% (29.9 MB)
[#001] sha256:3f487a3359db51ac4dbd797f76b61641328818f50fafc53d2cf760bc63584293 - 0.77% (1.03 MB)
[#002] sha256:cf20d79976745cbcf73f4e1a6cf279d414b3d3b18b54e037860f110560fa1948 - 8.63% (11.5 MB)
[#003] sha256:8fa944797ac7711fc8e9922abb46031945e4bacf2a2cea09e6970d46c0b7f960 - 0.0% (234 Bytes)
[#004] sha256:268581bec5afca39a5fbd81034063caf7e8c18202ffc62d31c42fabedc888cc1 - 2.39% (3.19 MB)
[#005] sha256:16806b827510c22f23d3c9baef53fc112d56c65508dc45aed30989250b8443ef - 0.0% (92 Bytes)
[#006] sha256:3718907811be2ea9545a906c4a33be957b7f5e277ca58463b4f2eaa9502e1b50 - 0.0% (528 Bytes)
[#007] sha256:2108d2e9c6168cf138b71eafee8552cb8618abb5b0adbc2ffad0d579beb250df - 54.9% (73.4 MB)
[#008] sha256:beb3a2bdd72f799e7318b9428e13a32b48d5d40d61b2ad6ac343a7e5dc61a0d3 - 0.26% (360 KB)
[#009] sha256:e56430cdc707b53fee5db1a7bb6ab60d067a8794c4c9eecc9f84a912b5037913 - 10.66% (14.3 MB)
/bin/sh -c #(nop) ADD file:73e68ae6852c9afbb2989dc9c5b7c6668843f454b1bdcfb48658bfbc6c4af69e in /
2022-12-21 01:20:33 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-12-21 07:44:34 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-12-21 07:44:34 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2022-12-21 07:44:39 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-12-21 08:13:58 UTC/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
2022-12-21 08:43:22 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.10.9
2022-12-21 08:53:58 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-12-21 08:53:59 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-12-21 08:53:59 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.3.1
2022-12-21 08:53:59 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=65.5.0
2022-12-21 08:53:59 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py
2022-12-21 08:53:59 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=1e501cf004eac1b7eb1f97266d28f995ae835d30250bec7f8850562703067dc6
2022-12-21 08:54:10 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-12-21 08:54:10 UTC/bin/sh -c #(nop) CMD ["python3"]
2022-12-21 15:56:03 UTC (buildkit.dockerfile.v0)ARG APP_HOME=/app
2022-12-21 15:56:03 UTC (buildkit.dockerfile.v0)WORKDIR /app
2022-12-21 15:56:03 UTC (buildkit.dockerfile.v0)ENV PYTHONUNBUFFERED=1
2022-12-21 15:56:03 UTC (buildkit.dockerfile.v0)ENV ETH_HASH_BACKEND=pysha3
2022-12-21 15:56:03 UTC (buildkit.dockerfile.v0)COPY requirements.txt ./ # buildkit
2022-12-21 15:57:34 UTC (buildkit.dockerfile.v0)RUN |1 APP_HOME=/app /bin/sh -c set -ex && buildDeps=" build-essential git libssl-dev libpq-dev " && apt-get update && apt-get install -y --no-install-recommends $buildDeps tmux postgresql-client && pip install -U --no-cache-dir wheel setuptools pip && pip install --no-cache-dir -r requirements.txt && apt-get purge -y --auto-remove $buildDeps && rm -rf /var/lib/apt/lists/* && find /usr/local \( -type d -a -name test -o -name tests \) -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) -exec rm -rf '{}' + # buildkit
2022-12-21 16:50:53 UTC (buildkit.dockerfile.v0)COPY . . # buildkit
2022-12-21 16:51:00 UTC (buildkit.dockerfile.v0)RUN |1 APP_HOME=/app /bin/sh -c DJANGO_SETTINGS_MODULE=config.settings.production DJANGO_DOT_ENV_FILE=.env.tracing.sample python manage.py collectstatic --noinput # 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.