sha256:3e8649ab15b149626e8ca02eac203e88a7802071ed0a57edbdea062679fb3f2d
OS/ARCH
Compressed size
219.12 MB
Last pushed
6 months by andrewbrookins510
Type
Image
Manifest digest
sha256:d842719413cc3df00f6f280aa89cd8ca13013dbc8cc1a046c2df22e62f1647f7
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;1.08 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.61 MB7RUN /bin/sh -c mkdir /data97 B8VOLUME [/data]0 B9WORKDIR /data32 B10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit2.06 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.42 MB22RUN /bin/sh -c groupadd -r1.11 KB23WORKDIR /app93 B24COPY /usr/local/lib/python3.12 /usr/local/lib/python3.12 # buildkit9.28 MB25COPY /usr/local/lib/libpython3.12.so* /usr/local/lib/ # buildkit4.11 MB26COPY /usr/local/bin/python3.12 /usr/local/bin/python3.12 # buildkit1.94 KB27COPY /usr/local/bin/python3 /usr/local/bin/python3 # buildkit1.94 KB28RUN /bin/sh -c ldconfig #3.29 KB29COPY /app/.venv /app/.venv # buildkit139.76 MB30RUN /bin/sh -c ln -sf187 B31COPY docker/standalone/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit553 B32COPY docker/standalone/entrypoint.sh /entrypoint.sh # buildkit528 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 'amd64' out/ 'bookworm' '@1768176000'