sha256:0d908e36d22c7f4ac27a98806e4d16c801fa963b5f7c2898b2373f3fdcb0181d
OS/ARCH
Compressed size
42.08 MB
Last pushed
19 days by ivogaydazhiev975
Type
Image
Manifest digest
sha256:ef5393da510ea7fc04d2c11fdc60d286938a37d5229b9ecb84a5666f489fae17
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;876 B4ENV REDIS_VERSION=7.2.150 B5ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/7.2.15.tar.gz0 B6ARG REDIS_DOWNLOAD_SHA=daca2a09f85fa472aa3a966298ddf90707b0a7607e144be6d16c7ff6daa088930 B7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/7.2.15.tar.gz REDIS_DOWNLOAD_SHA=daca2a09f85fa472aa3a966298ddf90707b0a7607e144be6d16c7ff6daa08893 /bin/sh14.27 MB8RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/7.2.15.tar.gz REDIS_DOWNLOAD_SHA=daca2a09f85fa472aa3a966298ddf90707b0a7607e144be6d16c7ff6daa08893 /bin/sh97 B9VOLUME [/data]0 B10WORKDIR /data32 B11COPY docker-entrypoint.sh /usr/local/bin/ # buildkit601 B12ENTRYPOINT ["docker-entrypoint.sh"]0 B13EXPOSE [6379/tcp]0 B14CMD ["redis-server"]0 B15RUN /bin/sh -c apt-get update1006.08 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+x793 B21ENTRYPOINT ["/opt/redis/scripts/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800'