redislabs/agent-memory-server:0.13.0-standalone

Multi-platform
Index digest

sha256:3e8649ab15b149626e8ca02eac203e88a7802071ed0a57edbdea062679fb3f2d

OS/ARCH

Compressed size

219.12 MB

Last pushed

6 months by andrewbrookins510

Type

Image

Manifest digest

sha256:d842719413cc3df00f6f280aa89cd8ca13013dbc8cc1a046c2df22e62f1647f7

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2RUN /bin/sh -c set -eux;1.08 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.61 MB
7RUN /bin/sh -c mkdir /data97 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 update15.42 MB
22RUN /bin/sh -c groupadd -r1.11 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.29 KB
29COPY /app/.venv /app/.venv # buildkit139.76 MB
30RUN /bin/sh -c ln -sf187 B
31COPY docker/standalone/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit553 B
32COPY docker/standalone/entrypoint.sh /entrypoint.sh # buildkit528 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 'amd64' out/ 'bookworm' '@1768176000'