redislabs/agent-memory-server:0.15.2-standalone

Multi-platform
Index digest

sha256:e79e94738cc3465052e47c99bbb331e124db211c934c85ed929b5d9babf69c3a

OS/ARCH

Compressed size

195.6 MB

Last pushed

4 months by andrewbrookins510

Type

Image

Manifest digest

sha256:222e6e22e22b17d7d3da16d140657baae357d99ed39e2897e759123d24f033e7

Image Layers

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

Command

# debian.sh --arch 'arm64' out/ 'trixie' '@1775433600'