sha256:77445b1d7de0eba74de7fb4f694a19d756988600188927e21747948739d24391
OS/ARCH
linux/amd64
Compressed size
38.31 MB
Last pushed
about 1 month by josephamsellem
Type
Image
Manifest digest
sha256:6cf1b30fc3c5f5df1af6cdc5d0591758dacd160389455443a481b355d0a0d279
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 # buildkit716 B18CMD ["redis-server" "/usr/local/etc/redis/redis.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'