sha256:f494f90f8e3b2d3ae05c34a08de6620d6dd4c97b08cd15ffe3dd8f12f9d530d4
OS/ARCH
Compressed size
42.45 MB
Last pushed
19 days by ivogaydazhiev975
Type
Image
Manifest digest
sha256:3ce2691fb2e4b2289d253af4783eba83c429c2904669d2dd5ea74e6850b99262
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;875 B4ENV REDIS_VERSION=7.4.100 B5ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/7.4.10.tar.gz0 B6ARG REDIS_DOWNLOAD_SHA=88491784fc03e1bbdae408e61273910af5b61a20ab7eeec48b2377fa71f3870d0 B7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/7.4.10.tar.gz REDIS_DOWNLOAD_SHA=88491784fc03e1bbdae408e61273910af5b61a20ab7eeec48b2377fa71f3870d /bin/sh14.64 MB8RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/7.4.10.tar.gz REDIS_DOWNLOAD_SHA=88491784fc03e1bbdae408e61273910af5b61a20ab7eeec48b2377fa71f3870d /bin/sh96 B9VOLUME [/data]0 B10WORKDIR /data32 B11COPY docker-entrypoint.sh /usr/local/bin/ # buildkit600 B12ENTRYPOINT ["docker-entrypoint.sh"]0 B13EXPOSE [6379/tcp]0 B14CMD ["redis-server"]0 B15RUN /bin/sh -c apt-get update1006.03 KB16RUN /bin/sh -c mkdir -p94 B17COPY ./scripts/ /opt/redis/scripts/ # buildkit6.45 KB18COPY ./config/ /redis/config-default # buildkit158 B19RUN /bin/sh -c chmod a+x5.1 KB20RUN /bin/sh -c chmod a+x794 B21ENTRYPOINT ["/opt/redis/scripts/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800'