2022-06-10 10:13:44 UTC
209 MB
docker
GPG_KEY0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PIP_DISABLE_PIP_VERSION_CHECK1
PIP_NO_CACHE_DIR1
PYTHON_GET_PIP_SHA256ba3ab8267d91fd41c58dbce08f76db99f747f716d85ce1865813842bb035524d
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/6ce3639da143c5d79b44f94b04080abf2531fd6e/public/get-pip.py
PYTHON_PIP_VERSION22.0.4
PYTHON_SETUPTOOLS_VERSION57.5.0
PYTHON_VERSION3.7.13
[#000] sha256:42c077c10790d51b6f75c4eb895cbd4da37558f7215b39cbf64c46b288f89bda - 14.31% (29.9 MB)
[#001] sha256:f63e77b7563a55b430956c2f4e3353f3b64f44b7db333227aba414f49ad257ec - 0.49% (1.03 MB)
[#002] sha256:dca49bd08fde76853beecfaae24e77d0feade16cad5cbce0bfd32fe39e860db5 - 4.89% (10.2 MB)
[#003] sha256:51a05345c44dfcc0057ab5abaaf94d9fa226514d0a61f48a48a659f1ce26816e - 0.0% (238 Bytes)
[#004] sha256:e69ebd661d90f6ad46d2b697a1310390676002ac4dc45c3983acea0f02e08e47 - 1.45% (3.02 MB)
[#005] sha256:1c61e10b5424cd2befca4617a9ddd21bbb509d5838aa47d9e2ef724c89bc9e06 - 0.0% (126 Bytes)
[#006] sha256:1399ec42baa3f7ea03c29941c54463b88645f646f0afa6fc2f06d773449c4b59 - 34.52% (72.2 MB)
[#007] sha256:0ab18949e0feb15e640538c6d13303721367be860619693e7f2cbe453c544010 - 0.0% (1.03 KB)
[#008] sha256:a2233656e301e4291aa08b6f5e3cbdce8b4e7ef945d775cd873e3d4ac61ddc27 - 23.07% (48.2 MB)
[#009] sha256:7d875dacd7de559ddf25198e5618564d7446536c30976d85a050fe90be827c8a - 13.01% (27.2 MB)
[#010] sha256:cb7cc75d66985a1b80f5628c16e24fcbfd5b5d9ecc3039703aa9040338142fd4 - 8.26% (17.3 MB)
[#011] sha256:1dbc95634070be9b1869faa79c70089168ff2f0f731c202fa411357976474dec - 0.0% (1.87 KB)
/bin/sh -c #(nop) ADD file:134f25aec8adf83cb940ba073a3409ca85dbb5ae592b704f95193e7d2539a3bc in /
2022-05-28 01:20:23 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-05-28 12:24:00 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-05-28 12:24:00 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2022-05-28 12:24:05 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/*
2022-05-28 14:51:26 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2022-05-28 14:51:27 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.13
2022-05-28 14:58:22 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg dirmngr libbluetooth-dev libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-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-system-expat --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" LDFLAGS="-Wl,--strip-all" 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; 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' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; python3 --version
2022-05-28 14:58:23 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
2022-05-28 14:58:23 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4
2022-05-28 14:58:23 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0
2022-06-02 20:18:09 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/6ce3639da143c5d79b44f94b04080abf2531fd6e/public/get-pip.py
2022-06-02 20:18:09 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=ba3ab8267d91fd41c58dbce08f76db99f747f716d85ce1865813842bb035524d
2022-06-02 20:18:21 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; 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
2022-06-02 20:18:21 UTC/bin/sh -c #(nop) CMD ["python3"]
2022-06-10 10:12:44 UTC/bin/sh -c #(nop) WORKDIR /app
2022-06-10 10:12:45 UTC/bin/sh -c #(nop) ENV PIP_DISABLE_PIP_VERSION_CHECK=1
2022-06-10 10:12:45 UTC/bin/sh -c #(nop) ENV PIP_NO_CACHE_DIR=1
2022-06-10 10:12:54 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gcc libc6-dev libssl-dev wget
2022-06-10 10:12:54 UTC/bin/sh -c #(nop) COPY file:70070abf037ecdd598f4e1d96541a1224fe084a742fb6fba10e654dde79fdf05 in /app/
2022-06-10 10:13:29 UTC/bin/sh -c python3 -m pip install --upgrade pip && pip install -r requirements.txt --use-deprecated=legacy-resolver
2022-06-10 10:13:36 UTC/bin/sh -c #(nop) WORKDIR /app
2022-06-10 10:13:37 UTC/bin/sh -c #(nop) COPY dir:cf0c8448998e62a6b8081c6a71d1cb4532ee7ab9b3e03c6305b0c9f104a4b829 in /app/
2022-06-10 10:13:43 UTC/bin/sh -c set -ex && DEPS="avahi-daemon libnss-mdns libzstd-dev" && 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 && rm -rf /var/lib/apt/lists/* && apt-get purge -y --auto-remove gcc libc6-dev libssl-dev wget
2022-06-10 10:13:44 UTC/bin/sh -c useradd -u 1001 redisinsight
2022-06-10 10:13:44 UTC/bin/sh -c #(nop) USER redisinsight
2022-06-10 10:13:44 UTC/bin/sh -c #(nop) ENV APP_PLATFORM=docker
2022-06-10 10:13:44 UTC/bin/sh -c #(nop) EXPOSE 8001
2022-06-10 10:13:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["bash" "./docker-entry.sh"]
2022-06-10 10:13:44 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.