Namespace
demisto
Image / Tag
python3:3.8.1.6120
Content Digest
sha256:d3e1f53a59e60c6e4d84a991f546c722dee02945cd2a1ae07b1c3e5eeba0402b
Details
Created

2020-02-22 20:13:21 UTC

Size

40.6 MB

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

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

421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py

PYTHON_PIP_VERSION

20.0.2

PYTHON_VERSION

3.8.1


Layers

[#000] sha256:c9b1b535fdd91a9855fb7f82348177e5f019329a58c53c47272962dd60f71fc9 - 6.58% (2.67 MB)

[#001] sha256:2cc5ad85d9abaadf23d5ae53c3f32e7ccb2df1956869980bfd2491ff396d348a - 0.71% (294 KB)

[#002] sha256:61614c1a5710c76af6b2a9c7170a81eb0dd76ccf90e921abc0c9dcc1d5ed490e - 73.96% (30 MB)

[#003] sha256:0522d30cde10ac29ae2c555b9bde76c2b50aafc7ef7435bbc7e19de706bcadcd - 0.0% (230 Bytes)

[#004] sha256:938854eeb444c026810a9a4a73d3ed5e4dfba91570f1e07b1331cd979c541c17 - 4.44% (1.8 MB)

[#005] sha256:682dd81716d74a4e8369660c3fc1461218a55befa07671e14f0a31d2e0d7ddf3 - 1.14% (475 KB)

[#006] sha256:ad31aea0c6853cd00b54c5bf937c556cf0897ba99ca7abd5b25f1e2cdb625f36 - 0.0% (288 Bytes)

[#007] sha256:b2184950ce2c557caff5c1ac62d766a5cdef8b01fcf20bdece404b6b8f022493 - 0.0% (175 Bytes)

[#008] sha256:d6b54078325a0126dcaf922b744341f4853c86b2a6ff262dbc1b64016254ddd0 - 13.16% (5.35 MB)

[#009] sha256:117dc09001f0b66255e4a7ae99aea00be6d4546c646d9dadd9ea2938648ff268 - 0.0% (1.2 KB)


History
2020-01-18 01:19:37 UTC

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

2020-01-18 01:19:37 UTC

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

2020-01-18 01:42:30 UTC

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

2020-01-18 02:37:13 UTC

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

2020-01-18 02:37:14 UTC

/bin/sh -c apk add --no-cache ca-certificates

2020-01-18 02:37:14 UTC

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

2020-01-18 02:37:15 UTC

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

2020-01-18 02:43:17 UTC

/bin/sh -c set -ex && apk add --no-cache --virtual .fetch-deps gnupg tar xz && 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" && export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver ha.pool.sks-keyservers.net --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 -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && apk add --no-cache --virtual .build-deps bluez-dev bzip2-dev coreutils 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 && apk del --no-network .fetch-deps && 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 && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" && make install && 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-cache --virtual .python-rundeps && apk del --no-network .build-deps && 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' \) \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python && python3 --version

2020-01-18 02:43:18 UTC

/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config

2020-01-25 02:49:53 UTC

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

2020-02-06 01:36:56 UTC

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

2020-02-06 01:36:57 UTC

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

2020-02-06 01:37:02 UTC

/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; 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' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py

2020-02-06 01:37:03 UTC

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

2020-02-22 20:12:48 UTC

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

2020-02-22 20:12:48 UTC

/bin/sh -c #(nop) COPY file:92ce540dbaf6a3a47f753122ba1e7ec97415d753851077b1685b7b0075eb434d in .

2020-02-22 20:12:48 UTC

/bin/sh -c #(nop) COPY file:4574b84efebaaa131e634c1327f4a3d1ff5639cffb0e7bc601c37ff62b94bb19 in /etc/localtime

2020-02-22 20:13:20 UTC

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

2020-02-22 20:13:21 UTC

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

2020-02-22 20:13:21 UTC

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

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