Namespace
demisto
Image / Tag
python3:3.10.10.47713
Content Digest
sha256:cfb67aa02079ae14c8eb692d419e07f41b29fceaee8b24164bea79e0513c286b
Details
Created

2023-02-10 00:21:38 UTC

Size

30.5 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    Demisto <containers@demisto.com>
  • org.opencontainers.image.revision
    fe4bf7156c8d57f1a72f8d16f997b8320747a27b
  • org.opencontainers.image.version
    3.10.10.47713

Environment
DOCKER_IMAGE

demisto/python3:3.10.10.47713

GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

PATH

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

PYTHON_GET_PIP_SHA256

d1d09b0f9e745610657a528689ba3ea44a73bd19c60f4c954271b790c71c2653

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/1a96dc5acd0303c4700e02655aefd3bc68c78958/public/get-pip.py

PYTHON_PIP_VERSION

22.3.1

PYTHON_SETUPTOOLS_VERSION

65.5.1

PYTHON_VERSION

3.10.10


Layers

[#000] sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9 - 10.55% (3.21 MB)

[#001] sha256:3fd9832a787c7d68019488dcae52ce17e79f7cc4217fb549f6ff5c3fa1e10a93 - 1.95% (608 KB)

[#002] sha256:aeaadcc5358dc6621b98b0a0a6bc1c4278d7a9d2607c5773cc6efb5c5f5a4c9f - 44.63% (13.6 MB)

[#003] sha256:30f3b123b91354cebe926930c422d8a25502b3332b791c84889eb0117e1029d6 - 0.0% (230 Bytes)

[#004] sha256:8bcdecac6e1034e34a64c1fbd44a64527434b7e2f605a8c54d150de243af283a - 9.57% (2.91 MB)

[#005] sha256:6dd091a4a115c80b090eba09ed64f9cf9e17e24c6f52867e6ce799ef971d6df4 - 0.13% (41 KB)

[#006] sha256:c73c076e0cd7a208324d1dff670fb61439a866c9f2526af54e0dc03a5ad11bf6 - 0.0% (342 Bytes)

[#007] sha256:c249d175be27f538d8c72d4c0a819cc65d7f2a50486d3a73cef32894f27dc911 - 0.0% (178 Bytes)

[#008] sha256:b38b619e1d0891a81371f53b8f668e479b813535a33c9351507b73b7c2f92aea - 33.15% (10.1 MB)

[#009] sha256:248203d797c16c3a7cd66b37f5151dbed02dbe170b037544f3c4764b1cf18303 - 0.0% (1.24 KB)

[#010] sha256:4cdfdb0ade992614f0bb4b1d2c99a96c2e4645aa6ad8fcbd54daec6d6a0e769b - 0.02% (4.76 KB)


History
2023-01-09 17:05:20 UTC

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

2023-01-09 17:05:20 UTC

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

2023-01-09 18:05:33 UTC

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

2023-01-09 20:09:04 UTC

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

2023-01-09 20:09:06 UTC

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

2023-01-09 20:25:21 UTC

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

2023-02-09 02:03:06 UTC

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

2023-02-09 02:11:02 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-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000"; LDFLAGS="-Wl,--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" "PROFILE_TASK=${PROFILE_TASK:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" "PROFILE_TASK=${PROFILE_TASK:-}" python ; 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

2023-02-09 02:11:02 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-02-09 02:11:03 UTC

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

2023-02-09 02:11:03 UTC

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

2023-02-09 02:11:03 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/1a96dc5acd0303c4700e02655aefd3bc68c78958/public/get-pip.py

2023-02-09 02:11:03 UTC

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

2023-02-09 02:11:10 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

2023-02-09 02:11:10 UTC

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

2023-02-10 00:21:24 UTC

/bin/sh -c apk --update --no-cache upgrade

2023-02-10 00:21:24 UTC

/bin/sh -c #(nop) COPY file:8043bb202c13410b7444fa7fd8bfcef95e71c391944c47f16033f11f6c20aa5b in .

2023-02-10 00:21:25 UTC

/bin/sh -c #(nop) COPY file:12726c79ad1c95cb3dd18a9f0220bdf85054074a88d334f43cfea36d2ec61a86 in /etc/localtime

2023-02-10 00:21:37 UTC

/bin/sh -c apk --update add --no-cache --virtual .build-dependencies python3-dev build-base wget && pip install --no-cache-dir -r requirements.txt && apk del .build-dependencies

2023-02-10 00:21:37 UTC

/bin/sh -c addgroup -g 4000 demisto && adduser -u 4000 -G demisto -D demisto -s /bin/sh

2023-02-10 00:21:38 UTC

/bin/sh -c cp /etc/ssl/openssl.cnf /etc/ssl/openssl.cnf.org && echo -e 'ssl_conf = ssl_sect\n[ssl_sect]\nsystem_default = system_default_sect\n\n[system_default_sect]\nOptions = UnsafeLegacyRenegotiation\n' > /tmp/ssl.cnf && sed -i '/providers = provider_sect/r /tmp/ssl.cnf' /etc/ssl/openssl.cnf && rm /tmp/ssl.cnf && grep -C 10 'Options = UnsafeLegacyRenegotiation' /etc/ssl/openssl.cnf

2023-02-10 00:21:38 UTC

/bin/sh -c #(nop) ENV DOCKER_IMAGE=demisto/python3:3.10.10.47713

2023-02-10 00:21:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=Demisto <containers@demisto.com>

2023-02-10 00:21:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=fe4bf7156c8d57f1a72f8d16f997b8320747a27b

2023-02-10 00:21:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3.10.10.47713

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