Namespace
nikolaik
Image / Tag
python-nodejs:python3.9-nodejs12-alpine
Content Digest
sha256:c1c20de98b7ab4edfda39aa6b7b508dcd61cd86054de0c9fce951bceccd330bb
Details
Created

2022-04-12 00:37:24 UTC

Size

115 MB

Content Digest
Environment
GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_GET_PIP_SHA256

e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

58.1.0

PYTHON_VERSION

3.9.12

VENV

/opt/poetryvenv


Layers

[#000] sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 - 2.34% (2.68 MB)

[#001] sha256:a1ef3e6b7a02c0ce1d7d3ee96f273c2c5074b3f127082b4cd3f629f82097e1a8 - 0.55% (651 KB)

[#002] sha256:bf5b42ba4ad79cf3344f74048697a0c9649ee1301d268d3d715300c1526f90ae - 10.03% (11.5 MB)

[#003] sha256:149beaa72b5fa96f43acad4124f9a1ac17d004e9d40324b9c4ac76539af46eda - 0.0% (233 Bytes)

[#004] sha256:5c7b50b69f6885c524aee3848364ad124174b6d124a3b5c6164f2809b2e4f43f - 2.39% (2.74 MB)

[#005] sha256:06b6ea9e4efc174347ce98b722a70cacae0472aab2b401f9c99e031495fdec2d - 0.0% (1.23 KB)

[#006] sha256:55558245c381e191b8fbd6276f33421d89240f820e56149cd114b170ffd92459 - 2.44% (2.79 MB)

[#007] sha256:0be43906fa508d5b89d71c82aa15c7bf140144a9e780c4df802053abe374ac35 - 20.14% (23.1 MB)

[#008] sha256:70f230c4db25cd535db08356adc1bac48908d2548086542228796582da6fcdec - 11.72% (13.4 MB)

[#009] sha256:549cda0529cfbdfb80df169dcfb7a6ac195d7bbb864cd0a55112db24e6616362 - 26.4% (30.3 MB)

[#010] sha256:376d9570fc3dbc874579064f91b0ef9af70b1f0afd55d1a7b3d5469d2e84d17e - 0.15% (179 KB)

[#011] sha256:fd7af8ad633b615ee26bf5ff6e62189837cb733d71f460e55f248532f606f563 - 4.94% (5.66 MB)

[#012] sha256:934499a7c382bdac88bb62e47142bee00856037b42a8e28423cf71bd2dfa7b3b - 18.9% (21.7 MB)


History
2022-04-05 00:19:59 UTC

/bin/sh -c #(nop) ADD file:5d673d25da3a14ce1f6cf66e4c7fd4f4b85a3759a9d93efb3fd9ff852b5b56e4 in /

2022-04-05 00:19:59 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-04-05 05:55:04 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-04-05 07:50:45 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2022-04-05 07:50:46 UTC

/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;

2022-04-05 08:57:54 UTC

/bin/sh -c #(nop) ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568

2022-04-05 08:57:54 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.9.12

2022-04-07 04:46:12 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gnupg tar xz bluez-dev bzip2-dev dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-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-system-expat --with-system-ffi --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" 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 '{}' + ; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-network --virtual .python-rundeps ; apk del --no-network .build-deps; python3 --version

2022-04-07 04:46:13 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 04:46:13 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4

2022-04-07 04:46:13 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=58.1.0

2022-04-07 04:46:13 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 04:46:13 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a

2022-04-07 04:46:20 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 04:46:20 UTC

/bin/sh -c #(nop) CMD ["python3"]

2022-04-12 00:36:13 UTC

/bin/sh -c #(nop) MAINTAINER Nikolai R Kristiansen <nikolaik@gmail.com>

2022-04-12 00:36:14 UTC

/bin/sh -c addgroup -g 1000 pn && adduser -u 1000 -G pn -s /bin/sh -D pn

2022-04-12 00:36:15 UTC

/bin/sh -c apk add libstdc++

2022-04-12 00:36:18 UTC

/bin/sh -c #(nop) COPY dir:7921c036ee15a50f8232c58e73a49db0f4352afccf29900ffe72b07d0e6e38ad in /usr/local

2022-04-12 00:36:55 UTC

/bin/sh -c npm i -g npm@^6 yarn

2022-04-12 00:37:05 UTC

/bin/sh -c pip install -U pip && pip install pipenv

2022-04-12 00:37:05 UTC

/bin/sh -c #(nop) COPY file:434ac046bd5df6b6bcfbf7231e01e9c35e2b2cbb1349894315432ecccf5dea1c in /

2022-04-12 00:37:05 UTC

/bin/sh -c #(nop) ENV VENV=/opt/poetryvenv

2022-04-12 00:37:14 UTC

/bin/sh -c python -m venv $VENV && $VENV/bin/pip install -U pip && $VENV/bin/pip install /*.whl && rm /*.whl

2022-04-12 00:37:24 UTC

/bin/sh -c $VENV/bin/pip install poetry && ln -s $VENV/bin/poetry /usr/local/bin/poetry

Danger Zone
Delete Tag

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.

Delete