redislabs/agent-memory-server:0.14.0-standalone

Multi-platform
Index digest

sha256:118a1d7cd865912717f26964c6ef86405d96d550dde448fffcebeedd56589ccd

OS/ARCH

Compressed size

195.59 MB

Last pushed

5 months by andrewbrookins510

Type

Image

Manifest digest

sha256:b0358e40a07fa4a09e25ad43484c193bfa1495ccc677efe5635b6d2190a4efb3

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;825 B
4ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.1.tar.gz0 B
5ARG REDIS_DOWNLOAD_SHA=88ff5661160bf4b12aba2dfc579b131c202e75a3ac1f0b1d06db05a9929d5a890 B
6RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.1.tar.gz REDIS_DOWNLOAD_SHA=88ff5661160bf4b12aba2dfc579b131c202e75a3ac1f0b1d06db05a9929d5a89 /bin/sh22.11 MB
7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.1.tar.gz REDIS_DOWNLOAD_SHA=88ff5661160bf4b12aba2dfc579b131c202e75a3ac1f0b1d06db05a9929d5a89 /bin/sh97 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 /app91 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.16 KB
26COPY /usr/local/bin/python3 /usr/local/bin/python3 # buildkit2.17 KB
27RUN /bin/sh -c ldconfig #3.09 KB
28COPY /app/.venv /app/.venv # buildkit113.88 MB
29RUN /bin/sh -c ln -sf191 B
30COPY docker/standalone/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit557 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' '@1773619200'