sha256:730900d6fada5bd3b8ea40ad60ee384297a4bcab9ebd3fc53c515dfdafe3d796
OS/ARCH
Compressed size
51.98 MB
Last pushed
19 days by ivogaydazhiev975
Type
Image
Manifest digest
sha256:cbcf0c5e95427aabaa70e1ca288d1c30c013bf12f0ca5c7584b85915132a0df4
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;827 B4ENV REDIS_VERSION=8.6.50 B5ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.5.tar.gz0 B6ARG REDIS_DOWNLOAD_SHA=2d8550d61e7f20e10977af91f214455f7db9e55f5ade27aeae30bcee7ab47cbb0 B7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.5.tar.gz REDIS_DOWNLOAD_SHA=2d8550d61e7f20e10977af91f214455f7db9e55f5ade27aeae30bcee7ab47cbb /bin/sh22.17 MB8RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.5.tar.gz REDIS_DOWNLOAD_SHA=2d8550d61e7f20e10977af91f214455f7db9e55f5ade27aeae30bcee7ab47cbb /bin/sh97 B9WORKDIR /data32 B10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit2.06 KB11ENTRYPOINT ["docker-entrypoint.sh"]0 B12EXPOSE [6379/tcp]0 B13CMD ["redis-server"]0 B14RUN /bin/sh -c apt-get update1.05 MB15RUN /bin/sh -c mkdir -p94 B16COPY ./scripts/ /opt/redis/scripts/ # buildkit6.45 KB17COPY ./config/ /redis/config-default # buildkit157 B18RUN /bin/sh -c chmod a+x5.1 KB19RUN /bin/sh -c chmod a+x795 B20ENTRYPOINT ["/opt/redis/scripts/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'