redislabs/agent-memory-server:0.13.1-standalone

Multi-platform
Index digest

sha256:0f8d368ab3d3d57cb747861bfbdce7973430a471ac8eb667a1ab19dcb4c00a84

OS/ARCH

Compressed size

214.4 MB

Last pushed

6 months by andrewbrookins510

Type

Image

Manifest digest

sha256:2fe87371a1f65c5fa383bc4ea4081aa83ba359a87e0afd59024ae1d7e84517c0

Image Layers

1# debian.sh --arch 'arm64' out/26.81 MB
2RUN /bin/sh -c set -eux;1.07 KB
3RUN /bin/sh -c set -eux;874 B
4ENV REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.4.0.tar.gz0 B
5ENV REDIS_DOWNLOAD_SHA=b947d9015622669b5bee8ec954f658b3278d42dbefae23a92d9b7704bfe143f90 B
6RUN /bin/sh -c set -eux;23.22 MB
7RUN /bin/sh -c mkdir /data97 B
8VOLUME [/data]0 B
9WORKDIR /data32 B
10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit2.07 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 update15.32 MB
22RUN /bin/sh -c groupadd -r1.12 KB
23WORKDIR /app93 B
24COPY /usr/local/lib/python3.12 /usr/local/lib/python3.12 # buildkit9.3 MB
25COPY /usr/local/lib/libpython3.12.so* /usr/local/lib/ # buildkit3.91 MB
26COPY /usr/local/bin/python3.12 /usr/local/bin/python3.12 # buildkit2.17 KB
27COPY /usr/local/bin/python3 /usr/local/bin/python3 # buildkit2.17 KB
28RUN /bin/sh -c ldconfig #3.23 KB
29COPY /app/.venv /app/.venv # buildkit135.84 MB
30RUN /bin/sh -c ln -sf189 B
31COPY docker/standalone/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit554 B
32COPY docker/standalone/entrypoint.sh /entrypoint.sh # buildkit527 B
33RUN /bin/sh -c chmod +x527 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 'arm64' out/ 'bookworm' '@1768176000'