2022-04-12 00:36:16 UTC
423 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
POETRY_HOME/usr/local
PYTHON_GET_PIP_SHA256e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py
PYTHON_PIP_VERSION22.0.4
PYTHON_SETUPTOOLS_VERSION57.5.0
PYTHON_VERSION3.7.13
[#000] sha256:dbba69284b2786013fe94fefe0c2e66a7d3cecbb20f6d691d71dac891ee37be5 - 12.38% (52.4 MB)
[#001] sha256:9baf437a1badb6aad2dae5f2cd4a7b53a6c7ab6c14cba1ed1ecb42b4822b0e87 - 1.16% (4.92 MB)
[#002] sha256:6ade5c59e324bd7cf369c72ad781c23d37e8fb48c9bbb4abbecafafd9be4cc35 - 2.45% (10.4 MB)
[#003] sha256:b19a994f6d4cdbb620339bd2e4ad47b229f14276b542060622ae447649294e5d - 12.3% (52 MB)
[#004] sha256:8fc2294f89de5e20d0ae12149d6136444bcb8c775ea745f06f2eb775ab4504cd - 44.3% (187 MB)
[#005] sha256:9dc715194c21dec8f4d20ea4faa9929b2297b24c123fc8459709266f43e83449 - 1.42% (6 MB)
[#006] sha256:298209e9ad559f64aa4960dfaeebe338855c860ae44843ba11033cb62530ffb2 - 3.49% (14.8 MB)
[#007] sha256:fe07152790eea34e08a0417b37d31951955854c244ec6bd5bff75938f26c9b72 - 0.0% (236 Bytes)
[#008] sha256:68c514f6f268adfe830eb2667327118f88e5711ab16ec1670495d883c321dd15 - 0.65% (2.74 MB)
[#009] sha256:ae1b5c17adcec81ce37670c823d0a3127bc68e3420ff799696b01897060e46a6 - 0.0% (4.1 KB)
[#010] sha256:cd4c13ea389efa81e53b18311b2401a5a43e53f85a9dfbf2d05cf3e03fc1921b - 21.85% (92.5 MB)
/bin/sh -c #(nop) ADD file:e8d512b08fe2ddc6f2c85831c73e4c72b9c850fa428913d19da4bb1a34f84cf2 in /
2022-03-29 00:22:08 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-03-29 17:29:41 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/*
2022-03-29 17:29: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
2022-03-29 17:30:02 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/*
2022-03-29 17:31:03 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/*
2022-03-30 23:11:57 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-03-30 23:11:57 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2022-03-30 23:12:03 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends libbluetooth-dev tk-dev uuid-dev ; rm -rf /var/lib/apt/lists/*
2022-03-31 00:34:50 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2022-03-31 00:34:51 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.13
2022-04-07 05:32:24 UTC/bin/sh -c set -eux; 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-system-expat --with-system-ffi --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' ; make install; bin="$(readlink -ve /usr/local/bin/python3)"; dir="$(dirname "$bin")"; mkdir -p "/usr/share/gdb/auto-load/$dir"; cp -vL Tools/gdb/libpython.py "/usr/share/gdb/auto-load/$bin-gdb.py"; 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' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + ; ldconfig; python3 --version
2022-04-07 05:32:25 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 "/usr/local/bin/$src" "/usr/local/bin/$dst"; done
2022-04-07 05:32:25 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4
2022-04-07 05:32:25 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0
2022-04-07 05:32:25 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py
2022-04-07 05:32:25 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a
2022-04-07 05:32:31 UTC/bin/sh -c set -eux; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; 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-04-07 05:32:31 UTC/bin/sh -c #(nop) CMD ["python3"]
2022-04-12 00:35:21 UTC/bin/sh -c #(nop) MAINTAINER Nikolai R Kristiansen <nikolaik@gmail.com>
2022-04-12 00:35:22 UTC/bin/sh -c groupadd --gid 1000 pn && useradd --uid 1000 --gid pn --shell /bin/bash --create-home pn
2022-04-12 00:35:22 UTC/bin/sh -c #(nop) ENV POETRY_HOME=/usr/local
2022-04-12 00:36:16 UTC/bin/sh -c echo "deb https://deb.nodesource.com/node_12.x bullseye main" > /etc/apt/sources.list.d/nodesource.list && wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list && wget -qO- https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && apt-get update && apt-get install -yqq nodejs=$(apt-cache show nodejs|grep Version|grep nodesource|cut -c 10-) yarn && apt-mark hold nodejs && pip install -U pip && pip install pipenv && npm i -g npm@^6 && curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python - && rm -rf /var/lib/apt/lists/*
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.