sha256:0f8d368ab3d3d57cb747861bfbdce7973430a471ac8eb667a1ab19dcb4c00a84
OS/ARCH
Compressed size
214.4 MB
Last pushed
6 months by andrewbrookins510
Type
Image
Manifest digest
sha256:2fe87371a1f65c5fa383bc4ea4081aa83ba359a87e0afd59024ae1d7e84517c0
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c set -eux;1.07 KB3RUN /bin/sh -c set -eux;874 B4ENV REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.4.0.tar.gz0 B5ENV REDIS_DOWNLOAD_SHA=b947d9015622669b5bee8ec954f658b3278d42dbefae23a92d9b7704bfe143f90 B6RUN /bin/sh -c set -eux;23.22 MB7RUN /bin/sh -c mkdir /data97 B8VOLUME [/data]0 B9WORKDIR /data32 B10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit2.07 KB11ENTRYPOINT ["docker-entrypoint.sh"]0 B12EXPOSE map[6379/tcp:{}]0 B13CMD ["redis-server"]0 B14LABEL org.opencontainers.image.title=Redis Agent Memory Server0 B15LABEL org.opencontainers.image.description=All-in-one memory server with0 B16LABEL org.opencontainers.image.url=https://github.com/redis/agent-memory-server0 B17LABEL org.opencontainers.image.source=https://github.com/redis/agent-memory-server0 B18LABEL org.opencontainers.image.documentation=https://redis.github.io/agent-memory-server/0 B19LABEL org.opencontainers.image.vendor=Redis0 B20LABEL org.opencontainers.image.licenses=Apache-2.00 B21RUN /bin/sh -c apt-get update15.32 MB22RUN /bin/sh -c groupadd -r1.12 KB23WORKDIR /app93 B24COPY /usr/local/lib/python3.12 /usr/local/lib/python3.12 # buildkit9.3 MB25COPY /usr/local/lib/libpython3.12.so* /usr/local/lib/ # buildkit3.91 MB26COPY /usr/local/bin/python3.12 /usr/local/bin/python3.12 # buildkit2.17 KB27COPY /usr/local/bin/python3 /usr/local/bin/python3 # buildkit2.17 KB28RUN /bin/sh -c ldconfig #3.23 KB29COPY /app/.venv /app/.venv # buildkit135.84 MB30RUN /bin/sh -c ln -sf189 B31COPY docker/standalone/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit554 B32COPY docker/standalone/entrypoint.sh /entrypoint.sh # buildkit527 B33RUN /bin/sh -c chmod +x527 B34ENV PATH=/app/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B35ENV PYTHONUNBUFFERED=10 B36ENV REDIS_URL=redis://localhost:63790 B37ENV DISABLE_AUTH=true0 B38EXPOSE [8000/tcp]0 B39HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/v1/health0 B40VOLUME [/data]0 B41ENTRYPOINT ["/entrypoint.sh"]0 B42CMD ["supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1768176000'