sha256:d349c6875600403edaa02fa0e7f6f79b6fab74c0e490822b0c37d8d85f6f0d89
OS/ARCH
Compressed size
53.71 MB
Last pushed
13 days by ivogaydazhiev975
Type
Image
Manifest digest
sha256:eb63eae9f1819dd8dc27f44f103c27ac0285dae317fa713c6ec929f62ede501f
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;827 B4ENV REDIS_VERSION=8.10.00 B5ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/releases/download/8.10.0/redis-full.tar.gz0 B6ARG REDIS_DOWNLOAD_SHA=021973d690498682372505c8c0da934e010eb5ae7db9438dcf5a6d78a9e6a5b80 B7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/releases/download/8.10.0/redis-full.tar.gz REDIS_DOWNLOAD_SHA=021973d690498682372505c8c0da934e010eb5ae7db9438dcf5a6d78a9e6a5b8 /bin/sh23.9 MB8RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/releases/download/8.10.0/redis-full.tar.gz REDIS_DOWNLOAD_SHA=021973d690498682372505c8c0da934e010eb5ae7db9438dcf5a6d78a9e6a5b8 /bin/sh97 B9WORKDIR /data32 B10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit2.06 KB11ENTRYPOINT ["docker-entrypoint.sh"]0 B12EXPOSE [6379/tcp]0 B13CMD ["redis-server"]0 B14RUN /bin/sh -c apt-get update1.05 MB15RUN /bin/sh -c mkdir -p94 B16COPY ./scripts/ /opt/redis/scripts/ # buildkit6.45 KB17COPY ./config/ /redis/config-default # buildkit158 B18RUN /bin/sh -c chmod a+x5.1 KB19RUN /bin/sh -c chmod a+x794 B20ENTRYPOINT ["/opt/redis/scripts/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1783900800'