2023-01-20 09:54:26 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.1
PYTHON_VERSION3.10.9
[#000] sha256:8740c948ffd4c816ea7ca963f99ca52f4788baa23f228da9581a9ea2edd3fcd7 - 22.32% (29.9 MB)
[#001] sha256:69038a8b17e6522ee257591b4fedd33c5a44012d99fa761409aa2753414fdfc5 - 0.77% (1.03 MB)
[#002] sha256:2a5a9aeaf7fa26ef5e8fd55402b3c790b85c906d2b64aec2c95854b0a6703157 - 8.62% (11.6 MB)
[#003] sha256:12fe569c8b44c7567ddba62f2d092dbeffafca193e04876b0991b77fc291f24a - 0.0% (234 Bytes)
[#004] sha256:65aa18de4462703bf2ce6927ff1b305a7bb0972fba1b2b0f16b6faf73d0fba6b - 2.38% (3.19 MB)
[#005] sha256:3819dd8f0067d5301162ed1cb3c513aa896318b4aa4464ab9274fb907bf24b6b - 0.0% (92 Bytes)
[#006] sha256:3f20a2c714770b89651a74ca315877e3a22f8c747abe812d916a13ea4f5004a4 - 0.0% (532 Bytes)
[#007] sha256:c60bd3dcb6505f2ef61c53884d6081d3e50d4f2701da13793feb357bdbb5975f - 55.02% (73.8 MB)
[#008] sha256:76851abff65833b7b3fd41061dc1d080172bda02fd07477477d3c9965fe3ae52 - 0.26% (360 KB)
[#009] sha256:66c13a58ada0dbc5f4bf238fc5555cd02bdd8d298ad927a8b0d05277f9903b08 - 10.64% (14.3 MB)
/bin/sh -c #(nop) ADD file:e2398d0bf516084b2b37ba1bb76b86d56e66999831df692461679fbd6a5d8eb6 in /
2023-01-11 02:34:44 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-01-11 13:21:07 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-01-11 13:21:07 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2023-01-11 13:21:12 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/*
2023-01-11 14:19:59 UTC/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
2023-01-11 15:15:22 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.10.9
2023-01-18 01:16:19 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,-rpath='\$\$ORIGIN/../lib',--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
2023-01-18 01:16:20 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
2023-01-18 01:16:20 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.3.1
2023-01-18 01:16:20 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=65.5.1
2023-01-18 01:16:20 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py
2023-01-18 01:16:20 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=1e501cf004eac1b7eb1f97266d28f995ae835d30250bec7f8850562703067dc6
2023-01-18 01:16:32 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
2023-01-18 01:16:32 UTC/bin/sh -c #(nop) CMD ["python3"]
2023-01-18 13:09:35 UTC (buildkit.dockerfile.v0)ARG APP_HOME=/app
2023-01-18 13:09:35 UTC (buildkit.dockerfile.v0)WORKDIR /app
2023-01-18 13:09:35 UTC (buildkit.dockerfile.v0)ENV PYTHONUNBUFFERED=1
2023-01-18 13:09:35 UTC (buildkit.dockerfile.v0)ENV ETH_HASH_BACKEND=pysha3
2023-01-19 13:26:10 UTC (buildkit.dockerfile.v0)COPY requirements.txt ./ # buildkit
2023-01-19 13:27:19 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
2023-01-20 09:54:20 UTC (buildkit.dockerfile.v0)COPY . . # buildkit
2023-01-20 09:54:26 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.