sha256:ff1a2918c8e31e85dd41377d117af6ba65241547d274360696658821ecbb72f7
OS/ARCH
Compressed size
42.09 MB
Last pushed
6 days by ivogaydazhiev975
Type
Image
Manifest digest
sha256:6fd27bb0892112f9d9da12c43a36bb075796a5be967bbd4956e751486b1e3b2f
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;874 B4ENV REDIS_VERSION=7.2.160 B5ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/7.2.16.tar.gz0 B6ARG REDIS_DOWNLOAD_SHA=65fa69e66187cb5a4cf625bd587c743507e518749c5a0eec29c4f086495c8a7e0 B7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/7.2.16.tar.gz REDIS_DOWNLOAD_SHA=65fa69e66187cb5a4cf625bd587c743507e518749c5a0eec29c4f086495c8a7e /bin/sh14.28 MB8RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/7.2.16.tar.gz REDIS_DOWNLOAD_SHA=65fa69e66187cb5a4cf625bd587c743507e518749c5a0eec29c4f086495c8a7e /bin/sh97 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.08 KB16RUN /bin/sh -c mkdir -p94 B17COPY ./scripts/ /opt/redis/scripts/ # buildkit6.46 KB18COPY ./config/ /redis/config-default # buildkit158 B19RUN /bin/sh -c chmod a+x5.1 KB20RUN /bin/sh -c chmod a+x796 B21ENTRYPOINT ["/opt/redis/scripts/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1785715200'