sha256:69a0918da2677f806413ddc4847bb4632bf9182f55746d3a1904273e2adb26e7
OS/ARCH
Compressed size
51.39 MB
Last pushed
19 days by ivogaydazhiev975
Type
Image
Manifest digest
sha256:afa211b5773f5c1c1fd483ef9cc44ed8f31bf990d0578f8bf2fe40c03e296039
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;875 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.45 MB8RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.2.8.tar.gz REDIS_DOWNLOAD_SHA=7da5d70a0e24d0f4d4716d1124813b4b7fd28af7433411f11fb2f36172ec059e /bin/sh97 B9VOLUME [/data]0 B10WORKDIR /data32 B11COPY docker-entrypoint.sh /usr/local/bin/ # buildkit2.07 KB12ENTRYPOINT ["docker-entrypoint.sh"]0 B13EXPOSE [6379/tcp]0 B14CMD ["redis-server"]0 B15RUN /bin/sh -c apt-get update1020.61 KB16RUN /bin/sh -c mkdir -p94 B17COPY ./scripts/ /opt/redis/scripts/ # buildkit6.45 KB18COPY ./config/ /redis/config-default # buildkit157 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 'amd64' out/ 'bookworm' '@1783900800'