sha256:15f61df44e0f5b02059eb4810e83ff9fd6043e886b9e57e9bab2685ebdd66cc3
OS/ARCH
Compressed size
53.95 MB
Last pushed
9 days by ivogaydazhiev975
Type
Image
Manifest digest
sha256:8c7b392086298f1cbcb51aad2c6f05bca6fac82f9132e9b3cb2fe237ca6aaf13
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;825 B4ENV REDIS_VERSION=8.6-rc10 B5ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/heads/unstable.tar.gz0 B6ARG REDISEARCH_VERSION=master0 B7ARG REDISJSON_VERSION=master0 B8ARG REDISBLOOM_VERSION=master0 B9ARG REDISTIMESERIES_VERSION=master0 B10RUN |5 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/heads/unstable.tar.gz REDISEARCH_VERSION=master REDISJSON_VERSION=master24.49 MB11RUN |5 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/heads/unstable.tar.gz REDISEARCH_VERSION=master REDISJSON_VERSION=master97 B12WORKDIR /data32 B13COPY docker-entrypoint.sh /usr/local/bin/ # buildkit2.06 KB14ENTRYPOINT ["docker-entrypoint.sh"]0 B15EXPOSE [6379/tcp]0 B16CMD ["redis-server"]0 B17RUN /bin/sh -c apt-get update1.05 MB18RUN /bin/sh -c mkdir -p94 B19COPY ./scripts/ /opt/redis/scripts/ # buildkit6.46 KB20COPY ./config/ /redis/config-default # buildkit158 B21RUN /bin/sh -c chmod a+x5.1 KB22RUN /bin/sh -c chmod a+x795 B23ENTRYPOINT ["/opt/redis/scripts/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'