2019-08-01 16:01:03 UTC
37.4 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA25656bb63d3cf54e7444351256f72a60f575f6d8c7f1faacffae33167afc8e7609d
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/404c9418e33c5031b1a9ab623168b3e8a2ed8c88/get-pip.py
PYTHON_PIP_VERSION19.2.1
PYTHON_VERSION3.7.4
[#000] sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa - 7.1% (2.66 MB)
[#001] sha256:dac2222ca532c66bfe13f56c35cd27857cf4c593767dce7b256f515ed0fe69fd - 0.77% (295 KB)
[#002] sha256:29a7fe408caae7f6eafff63f5cc03ea1a8b6d48a31fe6ed31db71dfaec7fc4a5 - 73.56% (27.5 MB)
[#003] sha256:6ad337b9b53fb56a16e79c9e3411c01f3bfe69369052377f403253e44f3f8a01 - 0.0% (231 Bytes)
[#004] sha256:cd8e43478aa013be74827a1682b68aa93a74eb656756140a2578877f71f3b94f - 4.74% (1.78 MB)
[#005] sha256:9e60be3befebbfdc6717c9db33e5f891ab38651ab98da59010680101e88eb09f - 0.0% (277 Bytes)
[#006] sha256:b8df5288242a0a6c900146e6027162a12da8eec82146f00f41456ed6a805af09 - 13.82% (5.18 MB)
[#007] sha256:8178c1365253c768d534c65e799cec00f5cac9471d43a9acd9b085527c20bc5d - 0.0% (1.23 KB)
/bin/sh -c #(nop) ADD file:0eb5ea35741d23fe39cbac245b3a5d84856ed6384f4ff07d496369ee6d960bad in /
2019-07-11 22:20:52 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-07-12 00:59:55 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-07-12 00:59:56 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-07-12 00:59:58 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-07-12 01:12:49 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2019-07-12 01:12:49 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.4
2019-07-13 14:37:36 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 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 .fetch-deps && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" 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 && 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 .build-deps && find /usr/local -depth \( \( -type d -a \( -name test -o -name tests \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python && python3 --version
2019-07-13 14:37:36 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
2019-07-30 00:34:39 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.2.1
2019-07-30 00:34:39 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/404c9418e33c5031b1a9ab623168b3e8a2ed8c88/get-pip.py
2019-07-30 00:34:39 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=56bb63d3cf54e7444351256f72a60f575f6d8c7f1faacffae33167afc8e7609d
2019-07-30 00:34:45 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 \( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2019-07-30 00:34:45 UTC/bin/sh -c #(nop) CMD ["python3"]
2019-08-01 16:00:36 UTC/bin/sh -c #(nop) COPY file:f5b5b497f0c557e70bfca89db8b98b506a54d0087e4caa5911698a93af91a7ac in .
2019-08-01 16:01:02 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
2019-08-01 16:01:03 UTC/bin/sh -c addgroup -g 4000 demisto && adduser -u 4000 -G demisto -D demisto -s /bin/sh
2019-08-01 16:01:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=Demisto <containers@demisto.com> org.opencontainers.image.revision=65e0d6478fb82b4691d24f51d7a829a09552bc94 org.opencontainers.image.version=3.7.4.1147
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.