sha256:74bc5518635a8444f05cb8cdc3d6fec6fea8af9ae47105254c50f64ab158b87b
OS/ARCH
Compressed size
51.89 MB
Last pushed
5 days by ivogaydazhiev975
Type
Image
Manifest digest
sha256:1429e557da22d8159f7998b1460b67b9ec3f5a0342fa757e3f9d063449c9b521
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;826 B4ENV REDIS_VERSION=8.6.60 B5ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.6.tar.gz0 B6ARG REDIS_DOWNLOAD_SHA=e788aae873c89b4a3a2042328ae6a85de203187cec0992e574cdf9db430a9c840 B7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.6.tar.gz REDIS_DOWNLOAD_SHA=e788aae873c89b4a3a2042328ae6a85de203187cec0992e574cdf9db430a9c84 /bin/sh22.42 MB8RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.6.tar.gz REDIS_DOWNLOAD_SHA=e788aae873c89b4a3a2042328ae6a85de203187cec0992e574cdf9db430a9c84 /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+x794 B20ENTRYPOINT ["/opt/redis/scripts/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'