sha256:8c832eabb8bb598febbcb9f8270daf1e84cb2dea0fdc033081f827c92fc2aeba
OS/ARCH
Compressed size
51.6 MB
Last pushed
about 1 month by azagramac
Type
Image
Manifest digest
sha256:7ad930f8c48d7421e1127fd12a515fcea632d70a27b2754f5f4b402ed6c43ab5
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;825 B4ENV REDIS_VERSION=8.6.40 B5ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.4.tar.gz0 B6ARG REDIS_DOWNLOAD_SHA=a2029c96311ab1ec2ae489076ae900b6497b3beaa7dc379de26b5df48f696f6c0 B7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.4.tar.gz REDIS_DOWNLOAD_SHA=a2029c96311ab1ec2ae489076ae900b6497b3beaa7dc379de26b5df48f696f6c /bin/sh22.17 MB8RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.4.tar.gz REDIS_DOWNLOAD_SHA=a2029c96311ab1ec2ae489076ae900b6497b3beaa7dc379de26b5df48f696f6c /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 B14WORKDIR /redis95 B15COPY init.sh . # buildkit570 B16COPY redis.conf . # buildkit36.13 KB17LABEL version=8.6.4-trixie0 B18LABEL org.opencontainers.image.authors=https://blog.azagra.dev0 B19EXPOSE [6379/tcp]0 B20RUN /bin/sh -c apt-get update644.1 KB21RUN /bin/sh -c chmod +x32 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1781049600'