2020-07-23 11:30:40 UTC
430 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_SHA256b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py
PYTHON_PIP_VERSION20.1.1
PYTHON_VERSION3.6.11
REDISINSIGHT_HOME_DIR/db
REDISINSIGHT_HOST0.0.0.0
[#000] sha256:31dd5ebca5efc5e96a425402fa85e492b02c8fe757dfd3edfdea2a7c67322909 - 11.18% (48.1 MB)
[#001] sha256:3ed641c4ae9821ca3c399071ea82ae667237acbcaad1e367c3e1e87fc967834c - 1.73% (7.45 MB)
[#002] sha256:bcd57146431eae70720cf24877e818256ae1a30b9c1c9e7d0ad093c945ca0af2 - 2.22% (9.53 MB)
[#003] sha256:ac34a4d7c330794ec24a76e7e58b50d4c8f6a2fc77ca958d83092c8962e7d6d7 - 11.5% (49.4 MB)
[#004] sha256:3b0a7e6f20fbc38a7f19b3d07aa64262789970e984f390815f867ec783e4952d - 42.65% (183 MB)
[#005] sha256:ebb3a49d6a6e76e1ebcae7931912de6fe59ee2f2f6a9ec43a9ed8e5ba584b0a3 - 1.36% (5.86 MB)
[#006] sha256:68216b6edce5c2ef9bd39ad7be37a68f09f02c9eb4718e64bab882f38f8c1010 - 5.57% (23.9 MB)
[#007] sha256:122eb670adba100abcb8faf7207eb4d8a44a7608678a6dca7b5b1581785894e4 - 0.0% (232 Bytes)
[#008] sha256:249d6c18c9cc9cdeedf6b0235a76107d28b1319816100a1e46093a9d39a1fbf6 - 0.47% (2.01 MB)
[#009] sha256:9c87736fc2ea43ddd08bd6d5da36b04862b34ad6ec03e2f202c2d1883187d0a2 - 0.0% (126 Bytes)
[#010] sha256:a817381b41b8e8d4ba77ff4921791f164d727ebb2fc424cf1ef7d542333014ba - 0.0% (797 Bytes)
[#011] sha256:e3ababcc153188fa6746614ad623feb449f7db88938015dad01e5d88cc0e4ff7 - 12.94% (55.6 MB)
[#012] sha256:0830d2124abd4372732b55f50dfa8d8feeb62be27d2af7c7be87600862be5c4b - 6.03% (25.9 MB)
[#013] sha256:9179294f2ae5fd64a667d6ff51956eeb886575e88e8b0a06a6d8aab08a1730cb - 4.36% (18.7 MB)
/bin/sh -c #(nop) ADD file:89dfd7d3ed77fd5e05f20a0ab631142207ae462f5bbd877f8745d3930c751d87 in /
2020-07-22 02:03:16 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-07-22 03:00:44 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/*
2020-07-22 03:00:55 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
2020-07-22 03:01:16 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/*
2020-07-22 03:02:23 UTC/bin/sh -c set -ex; apt-get update; DEBIAN_FRONTEND=noninteractive 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/*
2020-07-22 12:09:23 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-07-22 12:09:23 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-07-22 13:20:40 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-07-22 13:20:40 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2020-07-22 13:20:41 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.11
2020-07-22 13:27:50 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-07-22 13:27:51 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-07-22 13:27:51 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=20.1.1
2020-07-22 13:27:52 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py
2020-07-22 13:27:52 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be79
2020-07-22 13:27:58 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-07-22 13:27:58 UTC/bin/sh -c #(nop) CMD ["python3"]
2020-07-23 11:29:37 UTC/bin/sh -c #(nop) WORKDIR /app
2020-07-23 11:29:38 UTC/bin/sh -c #(nop) COPY file:6bc0cd6a1b0145757a58e156a3d772447354aec7f2324110994ad35126bb3a1a in /app/
2020-07-23 11:30:19 UTC/bin/sh -c pip install -r requirements.txt
2020-07-23 11:30:29 UTC/bin/sh -c #(nop) WORKDIR /app
2020-07-23 11:30:30 UTC/bin/sh -c #(nop) COPY dir:91cf1d6a6b7f49f7f80cf3a841f7f1e218f4397f32d3792645b2847f55154c7f in /app/
2020-07-23 11:30:38 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 && printf "[server]\nenable-dbus=no\n" >> /etc/avahi/avahi-daemon.conf && chmod 777 /etc/avahi/avahi-daemon.conf && mkdir -p /var/run/avahi-daemon && chown avahi:avahi /var/run/avahi-daemon && chmod 777 /var/run/avahi-daemon && mkdir /db && chmod 777 /app && chmod 777 /db
2020-07-23 11:30:39 UTC/bin/sh -c #(nop) USER 1001
2020-07-23 11:30:39 UTC/bin/sh -c #(nop) ENV REDISINSIGHT_HOME_DIR=/db
2020-07-23 11:30:39 UTC/bin/sh -c #(nop) ENV APP_PLATFORM=docker
2020-07-23 11:30:39 UTC/bin/sh -c #(nop) ENV REDISINSIGHT_HOST=0.0.0.0
2020-07-23 11:30:39 UTC/bin/sh -c #(nop) EXPOSE 8001
2020-07-23 11:30:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["bash" "./docker-entry.sh"]
2020-07-23 11:30:40 UTC/bin/sh -c #(nop) CMD ["python" "entry.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.