sha256:682663eb4cc1e0aec1c64d52fd79cd48050f3aff4bd313631f12d368789ecf8c
OS/ARCH
Compressed size
50.67 MB
Last pushed
8 months by azagramac
Type
Image
Manifest digest
sha256:6705a967d34222afe0b5ac5bc89f172b57dc94428890c41edd13e07c349537ce
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;875 B4ENV REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.4.0.tar.gz0 B5ENV REDIS_DOWNLOAD_SHA=b947d9015622669b5bee8ec954f658b3278d42dbefae23a92d9b7704bfe143f90 B6RUN /bin/sh -c set -eux;23.21 MB7RUN /bin/sh -c mkdir /data97 B8VOLUME [/data]0 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 B14WORKDIR /redis95 B15COPY init.sh . # buildkit568 B16COPY redis.conf . # buildkit36.13 KB17LABEL version=8.4.0-bookworm0 B18LABEL org.opencontainers.image.authors=https://blog.azagra.dev0 B19EXPOSE [6379/tcp]0 B20RUN /bin/sh -c apt-get update633.64 KB21RUN /bin/sh -c chmod +x32 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1763337600'