sha256:cdd672df31b83add531f52c05972069159ac9dc2b8d312eb718325314776caf6
OS/ARCH
Compressed size
52.69 MB
Last pushed
5 days by ivogaydazhiev975
Type
Image
Manifest digest
sha256:5d5bb6e3fc026015d751f2795820e756fa0a97b68b9b383dcf282451813ac148
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;826 B4ENV REDIS_VERSION=8.8.20 B5ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.8.2.tar.gz0 B6ARG REDIS_DOWNLOAD_SHA=b58d3b51a93a05221fe0a835e915f9e472bb53db100af190e4259c33638d9a520 B7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.8.2.tar.gz REDIS_DOWNLOAD_SHA=b58d3b51a93a05221fe0a835e915f9e472bb53db100af190e4259c33638d9a52 /bin/sh22.88 MB8RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.8.2.tar.gz REDIS_DOWNLOAD_SHA=b58d3b51a93a05221fe0a835e915f9e472bb53db100af190e4259c33638d9a52 /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 # buildkit158 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' '@1785715200'