sha256:5524f0c0fd01ecab26df4aff3d810999d896d3e70d27cb74f0e1418673f4b6ab
OS/ARCH
Compressed size
51.62 MB
Last pushed
18 days by rogerdz
Type
Image
Manifest digest
sha256:667e74dc72fdcd0d5536abf40dc589e7c6ba2872d5c025af71fb4096f02a5918
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.10 B5ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.8.1.tar.gz0 B6ARG REDIS_DOWNLOAD_SHA=56008a7e9c87ed4ec5ce13032ff8a685ffff944276c2a993024ce805df8338e20 B7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.8.1.tar.gz REDIS_DOWNLOAD_SHA=56008a7e9c87ed4ec5ce13032ff8a685ffff944276c2a993024ce805df8338e2 /bin/sh22.87 MB8RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.8.1.tar.gz REDIS_DOWNLOAD_SHA=56008a7e9c87ed4ec5ce13032ff8a685ffff944276c2a993024ce805df8338e2 /bin/sh96 B9WORKDIR /data32 B10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit2.06 KB11ENTRYPOINT ["docker-entrypoint.sh"]0 B12EXPOSE map[6379/tcp:{}]0 B13CMD ["redis-server"]0 B15COPY --chown=redis:redis config/redis.conf /usr/local/etc/redis/redis.conf #330 B16COPY --chmod=755 docker-entrypoint-new.sh /usr/local/bin/docker-entrypoint.sh #626 B17RUN /bin/sh -c mkdir -p122 B18ENTRYPOINT ["docker-entrypoint.sh"]0 B19CMD ["redis-server" "/usr/local/etc/redis/redis.conf"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'