sha256:ff1685f66a562d7332fdf186c1de1f09a2a04ef65154cc5f9f4b3ea2b3dcdd33
OS/ARCH
Compressed size
50.83 MB
Last pushed
18 days by rogerdz
Type
Image
Manifest digest
sha256:927f95d53002ac7c9cfc5b26403bc23a6bd0fdd7b6493560a400ed33290e8bb4
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;828 B4ENV REDIS_VERSION=8.6.50 B5ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.5.tar.gz0 B6ARG REDIS_DOWNLOAD_SHA=2d8550d61e7f20e10977af91f214455f7db9e55f5ade27aeae30bcee7ab47cbb0 B7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.5.tar.gz REDIS_DOWNLOAD_SHA=2d8550d61e7f20e10977af91f214455f7db9e55f5ade27aeae30bcee7ab47cbb /bin/sh22.42 MB8RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.5.tar.gz REDIS_DOWNLOAD_SHA=2d8550d61e7f20e10977af91f214455f7db9e55f5ade27aeae30bcee7ab47cbb /bin/sh97 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 #327 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 'amd64' out/ 'trixie' '@1783900800'