2020-01-22 04:45:20 UTC
421 MB
docker
GPG_KEY0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_GET_PIP_SHA256b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
PYTHON_PIP_VERSION19.3.1
PYTHON_VERSION3.6.10
REDISINSIGHT_HOME_DIR/db
[#000] sha256:8f0fdd3eaac017684c880d836abdaf02f9db7ac8ecca970356482e3d8e315650 - 11.42% (48 MB)
[#001] sha256:d918eaefd9de8a1595f56900fdb8ab65a03d64b1da1078da7c0b0bf6f7552a14 - 1.77% (7.45 MB)
[#002] sha256:43bf3e3107f525b7dea5b3cdfd15f62666066202105a0aaddbab2a02aefad1f7 - 2.27% (9.53 MB)
[#003] sha256:27622921edb2aae9e0cb64f71a81b4a7cfef8f6a6c766514a018815834ba4e14 - 11.74% (49.4 MB)
[#004] sha256:dcfa0aa1ae2c54d0de4b6ad0ee4d9f795c93368ae7d87801784c1f8ae624ac33 - 43.52% (183 MB)
[#005] sha256:ca7e1bbea389949863f72a88b675dd8f888f40a79be6573c1e2f0095335e68ab - 1.39% (5.86 MB)
[#006] sha256:5bf324b442328ad6fb1825b37923ad8850e8bc148e9cbfbd0971f951f5f12a81 - 5.68% (23.9 MB)
[#007] sha256:a2d410a0f39cff43a6ad7c800424f6c9dad59813cbde66b65f229e04d6655775 - 0.0% (233 Bytes)
[#008] sha256:59b774443140f464249d4af7a526ecee8c2476bad1e5c5c15d74707b5b2b7227 - 0.42% (1.78 MB)
[#009] sha256:42b8b64f9d0972ffe90b6fa51cd546ee6b67649e71f27e91876dcbeb80d20919 - 0.0% (126 Bytes)
[#010] sha256:d18a3214276a7fcc1f90483b91b56d3a2c6d1dd7b3140bde2eed6f7da643b15e - 0.0% (652 Bytes)
[#011] sha256:8d6bb4becef8de3f3673f325c18312fc95594087e6e6c202a155c260fd0939a4 - 14.42% (60.7 MB)
[#012] sha256:5e72662518906e0e11776dfb9b49432ec8be276fc7ca49ffb5d632be83b1f1c7 - 4.43% (18.7 MB)
[#013] sha256:e98b9b42f4fa63ed96d20982a0e96510ff45a94e08108cc0160184789da00c5f - 2.94% (12.4 MB)
/bin/sh -c #(nop) ADD file:d6d0bdf8cb07a7a0dc32e9df50ac80ca1a524c3fa48136892ded195061f2194c in /
2019-12-28 04:21:09 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-12-28 04:47:11 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*
2019-12-28 04:47:19 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2019-12-28 04:47:39 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*
2019-12-28 04:48:35 UTC/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev file g++ gcc imagemagick libbz2-dev libc6-dev libcurl4-openssl-dev libdb-dev libevent-dev libffi-dev libgdbm-dev libglib2.0-dev libgmp-dev libjpeg-dev libkrb5-dev liblzma-dev libmagickcore-dev libmagickwand-dev libmaxminddb-dev libncurses5-dev libncursesw5-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libtool libwebp-dev libxml2-dev libxslt-dev libyaml-dev make patch unzip xz-utils zlib1g-dev $( if apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then echo 'default-libmysqlclient-dev'; else echo 'libmysqlclient-dev'; fi ) ; rm -rf /var/lib/apt/lists/*
2019-12-28 05:13:53 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2019-12-28 05:13:53 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-01-04 03:07:46 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends libbluetooth-dev tk-dev && rm -rf /var/lib/apt/lists/*
2020-01-04 03:07:46 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-01-04 03:07:46 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.10
2020-01-04 03:15:02 UTC/bin/sh -c set -ex && 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 && 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)" 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 && ldconfig && 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-04 03:15:03 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-04 03:15:03 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=19.3.1
2020-01-04 03:15:03 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py
2020-01-04 03:15:03 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee
2020-01-04 03:15:09 UTC/bin/sh -c set -ex; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; 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-01-04 03:15:09 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-01-22 04:44:32 UTC/bin/sh -c #(nop) WORKDIR /app
2020-01-22 04:44:33 UTC/bin/sh -c #(nop) COPY file:68befd8d893655644f92e9b8f3bcca86421b44dbfb232a7879a5396a0cbf4e42 in /app/
2020-01-22 04:45:05 UTC/bin/sh -c pip install -r requirements.txt
2020-01-22 04:45:12 UTC/bin/sh -c #(nop) WORKDIR /app
2020-01-22 04:45:18 UTC/bin/sh -c set -ex && DEPS="avahi-daemon libnss-mdns" && apt-get update && apt-get install -y --no-install-recommends $DEPS && echo '*' > /etc/mdns.allow && sed -i "s/hosts:.*/hosts: files mdns4 dns/g" /etc/nsswitch.conf
2020-01-22 04:45:19 UTC/bin/sh -c #(nop) COPY dir:b799a34dc93e88e003dd9347aecae0d407aacac4b323349b52d33ef276c46a2c in /app/
2020-01-22 04:45:19 UTC/bin/sh -c #(nop) ENV REDISINSIGHT_HOME_DIR=/db
2020-01-22 04:45:19 UTC/bin/sh -c #(nop) ENV APP_PLATFORM=docker
2020-01-22 04:45:20 UTC/bin/sh -c #(nop) EXPOSE 8001
2020-01-22 04:45:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["bash" "./docker-entry.sh"]
2020-01-22 04:45:20 UTC/bin/sh -c #(nop) CMD ["python" "startup.pyc"]
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.