Namespace
redislabs
Image / Tag
redisinsight:graph-ro-query-june-fix
Content Digest
sha256:dfef27d3306e15afa214b99765562eb2bdc796fd6612103a8c78604a42e19667
Details
Created

2022-06-13 14:06:26 UTC

Size

209 MB

Content Digest
Environment
APP_PLATFORM

docker

GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PIP_DISABLE_PIP_VERSION_CHECK

1

PIP_NO_CACHE_DIR

1

PYTHON_GET_PIP_SHA256

ba3ab8267d91fd41c58dbce08f76db99f747f716d85ce1865813842bb035524d

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/6ce3639da143c5d79b44f94b04080abf2531fd6e/public/get-pip.py

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

57.5.0

PYTHON_VERSION

3.7.13


Layers

[#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:78cc7d5eaf05968ce9cd63d00e915a36a28dc19c732f3e7783419a258a227804 - 0.0% (126 Bytes)

[#006] sha256:9d9b47f8956d3f9c9e07ab5ca0ab7caec806277f8fe88aee5ab4e4454eea86df - 34.52% (72.2 MB)

[#007] sha256:c251561696dc0f861caea4895b69a516e372323b18068083bc9effe91682917f - 0.0% (1.03 KB)

[#008] sha256:515c27e62ebc059000055693274c0edd849e69c17f1aea18f4cdabe67fcf448f - 23.07% (48.2 MB)

[#009] sha256:7bf0257ecec7142ef68f68e4cf80dec2fd9a9cc2b240268a0ba7b30c9bed2e80 - 13.01% (27.2 MB)

[#010] sha256:7c827cab5fd5f0839fd4553a7012316209e127d5ff6dcbdb35a08fa0ed95bc21 - 8.26% (17.3 MB)

[#011] sha256:3a4db30e8ea8d5e965565c8a58af7022807f23ed6bf541a6396646baa6f2f0e1 - 0.0% (1.87 KB)


History
2022-05-28 01:20:23 UTC

/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-13 14:05:23 UTC

/bin/sh -c #(nop) WORKDIR /app

2022-06-13 14:05:23 UTC

/bin/sh -c #(nop) ENV PIP_DISABLE_PIP_VERSION_CHECK=1

2022-06-13 14:05:23 UTC

/bin/sh -c #(nop) ENV PIP_NO_CACHE_DIR=1

2022-06-13 14:05:33 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gcc libc6-dev libssl-dev wget

2022-06-13 14:05:34 UTC

/bin/sh -c #(nop) COPY file:70070abf037ecdd598f4e1d96541a1224fe084a742fb6fba10e654dde79fdf05 in /app/

2022-06-13 14:06:10 UTC

/bin/sh -c python3 -m pip install --upgrade pip && pip install -r requirements.txt --use-deprecated=legacy-resolver

2022-06-13 14:06:17 UTC

/bin/sh -c #(nop) WORKDIR /app

2022-06-13 14:06:18 UTC

/bin/sh -c #(nop) COPY dir:92b7a80510b9f5afd5ddabc7a542cbb703f42df1236d1b431f9763fd3e447981 in /app/

2022-06-13 14:06:25 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-13 14:06:25 UTC

/bin/sh -c useradd -u 1001 redisinsight

2022-06-13 14:06:26 UTC

/bin/sh -c #(nop) USER redisinsight

2022-06-13 14:06:26 UTC

/bin/sh -c #(nop) ENV APP_PLATFORM=docker

2022-06-13 14:06:26 UTC

/bin/sh -c #(nop) EXPOSE 8001

2022-06-13 14:06:26 UTC

/bin/sh -c #(nop) ENTRYPOINT ["bash" "./docker-entry.sh"]

2022-06-13 14:06:26 UTC

/bin/sh -c #(nop) CMD ["python" "entry.pyc"]

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