sha256:de4e48b473b52b918f9f380d4dadb74d829842e2ed714db870b4d1fbf51758d2
OS/ARCH
Compressed size
195.61 MB
Last pushed
5 months by andrewbrookins510
Type
Image
Manifest digest
sha256:8eb8d2cd6c731526497f67e853da26b65e3714eaa39c078d5322fd5c195f5b07
Image Layers
1# debian.sh --arch 'arm64' out/28.74 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;826 B4ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.2.tar.gz0 B5ARG REDIS_DOWNLOAD_SHA=cef021615ec4aef355a824cf933702be5def36e37ca1e9b99ab1cc5599f1748f0 B6RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.2.tar.gz REDIS_DOWNLOAD_SHA=cef021615ec4aef355a824cf933702be5def36e37ca1e9b99ab1cc5599f1748f /bin/sh22.12 MB7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.2.tar.gz REDIS_DOWNLOAD_SHA=cef021615ec4aef355a824cf933702be5def36e37ca1e9b99ab1cc5599f1748f /bin/sh95 B8WORKDIR /data32 B9COPY docker-entrypoint.sh /usr/local/bin/ # buildkit2.06 KB10ENTRYPOINT ["docker-entrypoint.sh"]0 B11EXPOSE map[6379/tcp:{}]0 B12CMD ["redis-server"]0 B13LABEL org.opencontainers.image.title=Redis Agent Memory Server0 B14LABEL org.opencontainers.image.description=All-in-one memory server with0 B15LABEL org.opencontainers.image.url=https://github.com/redis/agent-memory-server0 B16LABEL org.opencontainers.image.source=https://github.com/redis/agent-memory-server0 B17LABEL org.opencontainers.image.documentation=https://redis.github.io/agent-memory-server/0 B18LABEL org.opencontainers.image.vendor=Redis0 B19LABEL org.opencontainers.image.licenses=Apache-2.00 B20RUN /bin/sh -c apt-get update17.63 MB21RUN /bin/sh -c groupadd -r1.12 KB22WORKDIR /app93 B23COPY /usr/local/lib/python3.12 /usr/local/lib/python3.12 # buildkit9.3 MB24COPY /usr/local/lib/libpython3.12.so* /usr/local/lib/ # buildkit3.91 MB25COPY /usr/local/bin/python3.12 /usr/local/bin/python3.12 # buildkit2.17 KB26COPY /usr/local/bin/python3 /usr/local/bin/python3 # buildkit2.17 KB27RUN /bin/sh -c ldconfig #3.1 KB28COPY /app/.venv /app/.venv # buildkit113.9 MB29RUN /bin/sh -c ln -sf188 B30COPY docker/standalone/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit554 B31COPY docker/standalone/entrypoint.sh /entrypoint.sh # buildkit526 B32RUN /bin/sh -c chmod +x527 B33ENV PATH=/app/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B34ENV PYTHONUNBUFFERED=10 B35ENV REDIS_URL=redis://localhost:63790 B36ENV DISABLE_AUTH=true0 B37EXPOSE [8000/tcp]0 B38HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/v1/health0 B39VOLUME [/data]0 B40ENTRYPOINT ["/entrypoint.sh"]0 B41CMD ["supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1773619200'