sha256:6c9ae1b72b27d9332e0ebab63592cbcf7f8fbfd6f0a920366696682e94f086e9
OS/ARCH
Compressed size
216.85 MB
Last pushed
6 months by andrewbrookins510
Type
Image
Manifest digest
sha256:b6b15b4276af302c7e6639ff065164e4dc74d7b6b3e100d95b92f720d5f494e0
Image Layers
1# debian.sh --arch 'arm64' out/28.74 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;828 B4ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.4.1.tar.gz0 B5ARG REDIS_DOWNLOAD_SHA=b5edf7a234bbd11c8effb75bf0e50f1470c7f4b29898d596e2a7e88621af49120 B6RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.4.1.tar.gz REDIS_DOWNLOAD_SHA=b5edf7a234bbd11c8effb75bf0e50f1470c7f4b29898d596e2a7e88621af4912 /bin/sh21.42 MB7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.4.1.tar.gz REDIS_DOWNLOAD_SHA=b5edf7a234bbd11c8effb75bf0e50f1470c7f4b29898d596e2a7e88621af4912 /bin/sh95 B8VOLUME [/data]0 B9WORKDIR /data32 B10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit2.05 KB11ENTRYPOINT ["docker-entrypoint.sh"]0 B12EXPOSE map[6379/tcp:{}]0 B13CMD ["redis-server"]0 B14LABEL org.opencontainers.image.title=Redis Agent Memory Server0 B15LABEL org.opencontainers.image.description=All-in-one memory server with0 B16LABEL org.opencontainers.image.url=https://github.com/redis/agent-memory-server0 B17LABEL org.opencontainers.image.source=https://github.com/redis/agent-memory-server0 B18LABEL org.opencontainers.image.documentation=https://redis.github.io/agent-memory-server/0 B19LABEL org.opencontainers.image.vendor=Redis0 B20LABEL org.opencontainers.image.licenses=Apache-2.00 B21RUN /bin/sh -c apt-get update17.63 MB22RUN /bin/sh -c groupadd -r1.12 KB23WORKDIR /app93 B24COPY /usr/local/lib/python3.12 /usr/local/lib/python3.12 # buildkit9.3 MB25COPY /usr/local/lib/libpython3.12.so* /usr/local/lib/ # buildkit3.91 MB26COPY /usr/local/bin/python3.12 /usr/local/bin/python3.12 # buildkit2.17 KB27COPY /usr/local/bin/python3 /usr/local/bin/python3 # buildkit2.17 KB28RUN /bin/sh -c ldconfig #3.12 KB29COPY /app/.venv /app/.venv # buildkit135.83 MB30RUN /bin/sh -c ln -sf189 B31COPY docker/standalone/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit553 B32COPY docker/standalone/entrypoint.sh /entrypoint.sh # buildkit527 B33RUN /bin/sh -c chmod +x528 B34ENV PATH=/app/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B35ENV PYTHONUNBUFFERED=10 B36ENV REDIS_URL=redis://localhost:63790 B37ENV DISABLE_AUTH=true0 B38EXPOSE [8000/tcp]0 B39HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/v1/health0 B40VOLUME [/data]0 B41ENTRYPOINT ["/entrypoint.sh"]0 B42CMD ["supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1769990400'