redislabs/agent-memory-server:0.13.2-standalone

Multi-platform
Index digest

sha256:6c9ae1b72b27d9332e0ebab63592cbcf7f8fbfd6f0a920366696682e94f086e9

OS/ARCH

Compressed size

221.09 MB

Last pushed

6 months by andrewbrookins510

Type

Image

Manifest digest

sha256:267bd1495cca7f66a54adaacb3dd3c18e5e7c694760bcc3d5e450bcd81ca912c

Image Layers

1# debian.sh --arch 'amd64' out/28.4 MB
2RUN /bin/sh -c set -eux;1.08 KB
3RUN /bin/sh -c set -eux;829 B
4ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.4.1.tar.gz0 B
5ARG REDIS_DOWNLOAD_SHA=b5edf7a234bbd11c8effb75bf0e50f1470c7f4b29898d596e2a7e88621af49120 B
6RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.4.1.tar.gz REDIS_DOWNLOAD_SHA=b5edf7a234bbd11c8effb75bf0e50f1470c7f4b29898d596e2a7e88621af4912 /bin/sh21.69 MB
7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.4.1.tar.gz REDIS_DOWNLOAD_SHA=b5edf7a234bbd11c8effb75bf0e50f1470c7f4b29898d596e2a7e88621af4912 /bin/sh97 B
8VOLUME [/data]0 B
9WORKDIR /data32 B
10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit2.06 KB
11ENTRYPOINT ["docker-entrypoint.sh"]0 B
12EXPOSE map[6379/tcp:{}]0 B
13CMD ["redis-server"]0 B
14LABEL org.opencontainers.image.title=Redis Agent Memory Server0 B
15LABEL org.opencontainers.image.description=All-in-one memory server with0 B
16LABEL org.opencontainers.image.url=https://github.com/redis/agent-memory-server0 B
17LABEL org.opencontainers.image.source=https://github.com/redis/agent-memory-server0 B
18LABEL org.opencontainers.image.documentation=https://redis.github.io/agent-memory-server/0 B
19LABEL org.opencontainers.image.vendor=Redis0 B
20LABEL org.opencontainers.image.licenses=Apache-2.00 B
21RUN /bin/sh -c apt-get update17.83 MB
22RUN /bin/sh -c groupadd -r1.12 KB
23WORKDIR /app93 B
24COPY /usr/local/lib/python3.12 /usr/local/lib/python3.12 # buildkit9.28 MB
25COPY /usr/local/lib/libpython3.12.so* /usr/local/lib/ # buildkit4.11 MB
26COPY /usr/local/bin/python3.12 /usr/local/bin/python3.12 # buildkit1.94 KB
27COPY /usr/local/bin/python3 /usr/local/bin/python3 # buildkit1.94 KB
28RUN /bin/sh -c ldconfig #3.19 KB
29COPY /app/.venv /app/.venv # buildkit139.77 MB
30RUN /bin/sh -c ln -sf190 B
31COPY docker/standalone/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit553 B
32COPY docker/standalone/entrypoint.sh /entrypoint.sh # buildkit527 B
33RUN /bin/sh -c chmod +x528 B
34ENV PATH=/app/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
35ENV PYTHONUNBUFFERED=10 B
36ENV REDIS_URL=redis://localhost:63790 B
37ENV DISABLE_AUTH=true0 B
38EXPOSE [8000/tcp]0 B
39HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/v1/health0 B
40VOLUME [/data]0 B
41ENTRYPOINT ["/entrypoint.sh"]0 B
42CMD ["supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1769990400'