sha256:c7ec6be9c9387f5beb57dbc7cc5f29def1d1fa0a8826f033008e4c9c15040851
OS/ARCH
Compressed size
195.87 MB
Last pushed
6 months by andrewbrookins510
Type
Image
Manifest digest
sha256:147d103a0cbc3f98256ebabe595c98a8770fa135c318d4a8f97d2da143fe8861
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.19 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.120 B7ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c40 B8RUN /bin/sh -c set -eux;12.97 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11LABEL org.opencontainers.image.title=Redis Agent Memory Server0 B12LABEL org.opencontainers.image.description=A memory layer for0 B13LABEL org.opencontainers.image.url=https://github.com/redis/agent-memory-server0 B14LABEL org.opencontainers.image.source=https://github.com/redis/agent-memory-server0 B15LABEL org.opencontainers.image.documentation=https://redis.github.io/agent-memory-server/0 B16LABEL org.opencontainers.image.vendor=Redis0 B17LABEL org.opencontainers.image.licenses=Apache-2.00 B18WORKDIR /app93 B19RUN /bin/sh -c apt-get update1.48 MB20RUN /bin/sh -c groupadd -r1.09 KB21COPY --chown=agentmemory:agentmemory /app /app #151.42 MB22ENV PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B23USER agentmemory0 B24EXPOSE [8000/tcp]0 B25HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/v1/health0 B26ENV DISABLE_AUTH=false0 B27CMD ["agent-memory" "api" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1769990400'