sha256:c7f4ae86e8b9b0de93e92ec6805dd50c904863cfac20ecbe572cc5e7a248147f
OS/ARCH
linux/amd64
Compressed size
38.31 MB
Last pushed
3 months by josephamsellem
Type
Image
Manifest digest
sha256:ceb39d7e85bbb69ea7016db0809d5d14df4d3f1381cef3a284a02a1e25072685
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;875 B4ENV GOSU_VERSION=1.170 B5RUN /bin/sh -c set -eux;1.37 MB6ENV REDIS_VERSION=6.2.210 B7ENV REDIS_DOWNLOAD_URL=http://download.redis.io/releases/redis-6.2.21.tar.gz0 B8ENV REDIS_DOWNLOAD_SHA=6383b32ba8d246f41bbbb83663381f5a5f4c4713235433cec22fc4a47e9b6d5f0 B9RUN /bin/sh -c set -eux;10.01 MB10RUN /bin/sh -c mkdir /data96 B11VOLUME [/data]0 B12WORKDIR /data32 B13COPY docker-entrypoint.sh /usr/local/bin/ # buildkit571 B14ENTRYPOINT ["docker-entrypoint.sh"]0 B15EXPOSE map[6379/tcp:{}]0 B16CMD ["redis-server"]0 B17COPY redis.conf /usr/local/etc/redis/redis.conf # buildkit718 B18CMD ["redis-server" "/usr/local/etc/redis/redis.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'