Namespace
demisto
Image / Tag
python3:3.10.9.45313
Content Digest
sha256:4be1b8a9b6e0246bcab8530d547d82eddc13999c3ff3768869113333e40805b5
Details
Created

2023-01-23 12:02:48 UTC

Size

28.9 MB

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

Environment
DOCKER_IMAGE

demisto/python3:3.10.9.45313

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

1e501cf004eac1b7eb1f97266d28f995ae835d30250bec7f8850562703067dc6

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py

PYTHON_PIP_VERSION

22.3.1

PYTHON_SETUPTOOLS_VERSION

65.5.1

PYTHON_VERSION

3.10.9


Layers

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

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

[#002] sha256:ce7809afeadb3d24489dabb8bd4462479ee7e386f2d2ce6103950b7402191da4 - 40.98% (11.8 MB)

[#003] sha256:54266b68ed7cf808e794ce0688e4a3480af822d3ab756b1550b73d685de72aa3 - 0.0% (232 Bytes)

[#004] sha256:7cb7d7d956766c1ff35434425abf081c47e83e7c6ef1be1ac29743a8e4f017b1 - 10.1% (2.91 MB)

[#005] sha256:1e1c89a8858a33320bd5630f54afbd41aa1df4c37b9d303c460cbf9175411557 - 0.14% (41 KB)

[#006] sha256:a4f79738e27f11e5e6f6774445afae4fe5086584366b5db604012caa779627e8 - 0.0% (343 Bytes)

[#007] sha256:d855677b505cc58a0b281d333352d20c2393a5a5d336876e7d1e29c19e017a58 - 0.0% (177 Bytes)

[#008] sha256:e48ed287ab2fa3ec6f8e1ad878424be25d6a8d2c48f88a4b4a609b2a4a5c599f - 35.57% (10.3 MB)

[#009] sha256:6e8c5d1bac43ce1fb82fb58ab0c2aa972d4ccee1b53ece27f86af275b5285360 - 0.0% (1.24 KB)

[#010] sha256:575ca310d63a90ce9bdd8812d6e04889b416fe2145919615f4ded986ff504923 - 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-01-09 20:41:53 UTC

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

2023-01-18 01:49:09 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)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" 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 '{}' + ; 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-01-18 01:49:10 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:49:10 UTC

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

2023-01-18 01:49:10 UTC

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

2023-01-18 01:49:10 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:49:10 UTC

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

2023-01-18 01:49:17 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-01-18 01:49:17 UTC

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

2023-01-23 12:02:34 UTC

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

2023-01-23 12:02:34 UTC

/bin/sh -c #(nop) COPY file:91d6d99484b8324c117da69f9f4ac2dbd1ae56fb0a92e64a0fb608d76de10ea0 in .

2023-01-23 12:02:34 UTC

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

2023-01-23 12:02:46 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-01-23 12:02:47 UTC

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

2023-01-23 12:02:47 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-01-23 12:02:48 UTC

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

2023-01-23 12:02:48 UTC

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

2023-01-23 12:02:48 UTC

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

2023-01-23 12:02:48 UTC

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

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