2022-10-19 08:50:58 UTC
355 MB
docker
GPG_KEYA035C8C19219BA821ECEA86B64E628F8D684696D
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_SHA2565aefe6ade911d997af080b315ebcb7f882212d070465df544e1175ac2be519b4
PYTHON_GET_PIP_URLhttps://github.com/pypa/get-pip/raw/5eaac1050023df1f5c98b173b248c260023f2278/public/get-pip.py
PYTHON_PIP_VERSION22.2.2
PYTHON_SETUPTOOLS_VERSION63.2.0
PYTHON_VERSION3.11.0rc2
[#000] sha256:bd159e379b3b1bc0134341e4ffdeab5f966ec422ae04818bb69ecef08a823b05 - 8.43% (30 MB)
[#001] sha256:de08aeb7fd50562d57cef1a49d6197d619df0b4ce52e4caeba2402c27c6e536b - 0.29% (1.03 MB)
[#002] sha256:7091270c8142346c50104c203660e4c4101b4aa436630dbaff379be8e807eb5e - 3.37% (12 MB)
[#003] sha256:2f44657947b669a37ff4fd5e20c940223e2764524120615a6a74b9afe5ecd4ed - 0.0% (233 Bytes)
[#004] sha256:55e2b120f544f576df26220b1a65ed76cfed0e08c1ff9b21f76d6e55418b998b - 0.9% (3.18 MB)
[#005] sha256:a0e6599361d41112264f0316d701bdfe3ee7c16ba137944907755e117be81291 - 0.0% (102 Bytes)
[#006] sha256:04c32480da08f8a5e9ae2fc2635884ed61f67f047feb73a135a166a135429bde - 0.0% (1014 Bytes)
[#007] sha256:f2aa5e76a2d8c5a9e6bc89d5b62da0aa996d929b21a34a9dd03f32df974d607a - 65.79% (234 MB)
[#008] sha256:9365911a6df0a2745734409451a873a0b63428fc15ab1fcc88dfcc60ebc6e66e - 0.0% (99 Bytes)
[#009] sha256:933a85caf24dbe18038da59feea496ace537a9fff76d2c953963a9bb114c040b - 0.0% (790 Bytes)
[#010] sha256:e28a7d68b5da04a876001d38d0061b9c3e7a43b285cfa76384f45a0653d7c03a - 12.01% (42.7 MB)
[#011] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#012] sha256:4f9c4d5a7e9de2cc80aa46e78f346b07fd06936c8ca023ad701a7aa9253fa16c - 8.12% (28.9 MB)
[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#014] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#015] sha256:5fafd2d1b0751f3598d0c563d99a6653d78111044d5228bc37f322f1e02ddedb - 1.09% (3.87 MB)
[#016] sha256:73e8297d3441bfdcc541367dc5e6e31d3f4820ed40e1c6edf887465e3967c643 - 0.0% (1.84 KB)
/bin/sh -c #(nop) ADD file:b78b777208be08edd8f297035cdfbacddb45170ad778fd643c792ee045187e39 in /
2022-10-04 23:26:39 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-10-05 13:41:52 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-10-05 13:41:52 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2022-10-05 13:41:57 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-10-05 13:41:57 UTC/bin/sh -c #(nop) ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
2022-10-05 13:41:58 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.11.0rc2
2022-10-05 13:56:18 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-lto --with-system-expat --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" LDFLAGS="-Wl,--strip-all" ; 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' \) \) \) -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-10-05 13:56:18 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-10-05 13:56:19 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.2.2
2022-10-05 13:56:19 UTC/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=63.2.0
2022-10-05 13:56:19 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/5eaac1050023df1f5c98b173b248c260023f2278/public/get-pip.py
2022-10-05 13:56:19 UTC/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=5aefe6ade911d997af080b315ebcb7f882212d070465df544e1175ac2be519b4
2022-10-05 13:56:30 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-10-05 13:56:30 UTC/bin/sh -c #(nop) CMD ["python3"]
2022-10-19 08:48:36 UTC (buildkit.dockerfile.v0)WORKDIR /common
2022-10-19 08:48:36 UTC (buildkit.dockerfile.v0)COPY scripts/docker_utils.sh /common/ # buildkit
2022-10-19 08:49:53 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -c]
2022-10-19 08:49:53 UTC (buildkit.dockerfile.v0)RUN /bin/bash -c . /common/docker_utils.sh && update && install_deps # buildkit
2022-10-19 08:49:53 UTC (buildkit.dockerfile.v0)WORKDIR /app
2022-10-19 08:49:53 UTC (buildkit.dockerfile.v0)ENV PIP_DISABLE_PIP_VERSION_CHECK=1
2022-10-19 08:49:53 UTC (buildkit.dockerfile.v0)ENV PIP_NO_CACHE_DIR=1
2022-10-19 08:49:53 UTC (buildkit.dockerfile.v0)COPY requirements.txt /app/ # buildkit
2022-10-19 08:50:20 UTC (buildkit.dockerfile.v0)RUN /bin/bash -c python3 -m pip install --upgrade pip && pip install -r requirements.txt # buildkit
2022-10-19 08:50:20 UTC (buildkit.dockerfile.v0)WORKDIR /app
2022-10-19 08:50:24 UTC (buildkit.dockerfile.v0)COPY /code/ /app/ # buildkit
2022-10-19 08:50:24 UTC (buildkit.dockerfile.v0)COPY /common/ /common/ # buildkit
2022-10-19 08:50:24 UTC (buildkit.dockerfile.v0)RUN /bin/bash -c . /common/docker_utils.sh # buildkit
2022-10-19 08:50:58 UTC (buildkit.dockerfile.v0)RUN /bin/bash -c set -ex && . /common/docker_utils.sh && install_final_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 && install_curl && rm -rf /var/lib/apt/lists/* && remove_deps && rm /common/docker_utils.sh # buildkit
2022-10-19 08:50:58 UTC (buildkit.dockerfile.v0)RUN /bin/bash -c useradd -u 1001 redisinsight # buildkit
2022-10-19 08:50:58 UTC (buildkit.dockerfile.v0)USER redisinsight
2022-10-19 08:50:58 UTC (buildkit.dockerfile.v0)ENV APP_PLATFORM=docker
2022-10-19 08:50:58 UTC (buildkit.dockerfile.v0)EXPOSE map[8001/tcp:{}]
2022-10-19 08:50:58 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["bash" "./docker-entry.sh"]
2022-10-19 08:50:58 UTC (buildkit.dockerfile.v0)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.