sha256:69a0918da2677f806413ddc4847bb4632bf9182f55746d3a1904273e2adb26e7
OS/ARCH
Compressed size
50.85 MB
Last pushed
19 days by ivogaydazhiev975
Type
Image
Manifest digest
sha256:e1ac1db2831cd2d23bb88ddd2f2023def1c2edaca111dd2146b8875fb61963e2
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;876 B4ENV REDIS_VERSION=8.2.80 B5ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.2.8.tar.gz0 B6ARG REDIS_DOWNLOAD_SHA=7da5d70a0e24d0f4d4716d1124813b4b7fd28af7433411f11fb2f36172ec059e0 B7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.2.8.tar.gz REDIS_DOWNLOAD_SHA=7da5d70a0e24d0f4d4716d1124813b4b7fd28af7433411f11fb2f36172ec059e /bin/sh23.03 MB8RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.2.8.tar.gz REDIS_DOWNLOAD_SHA=7da5d70a0e24d0f4d4716d1124813b4b7fd28af7433411f11fb2f36172ec059e /bin/sh96 B9VOLUME [/data]0 B10WORKDIR /data32 B11COPY docker-entrypoint.sh /usr/local/bin/ # buildkit2.06 KB12ENTRYPOINT ["docker-entrypoint.sh"]0 B13EXPOSE [6379/tcp]0 B14CMD ["redis-server"]0 B15RUN /bin/sh -c apt-get update1016.36 KB16RUN /bin/sh -c mkdir -p94 B17COPY ./scripts/ /opt/redis/scripts/ # buildkit6.45 KB18COPY ./config/ /redis/config-default # buildkit158 B19RUN /bin/sh -c chmod a+x5.1 KB20RUN /bin/sh -c chmod a+x792 B21ENTRYPOINT ["/opt/redis/scripts/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800'