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 MB2RUN /bin/sh -c set -eux;1.08 KB3RUN /bin/sh -c set -eux;825 B4ARG REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.1.tar.gz0 B5ARG REDIS_DOWNLOAD_SHA=88ff5661160bf4b12aba2dfc579b131c202e75a3ac1f0b1d06db05a9929d5a890 B6RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.1.tar.gz REDIS_DOWNLOAD_SHA=88ff5661160bf4b12aba2dfc579b131c202e75a3ac1f0b1d06db05a9929d5a89 /bin/sh22.11 MB7RUN |2 REDIS_DOWNLOAD_URL=https://github.com/redis/redis/archive/refs/tags/8.6.1.tar.gz REDIS_DOWNLOAD_SHA=88ff5661160bf4b12aba2dfc579b131c202e75a3ac1f0b1d06db05a9929d5a89 /bin/sh97 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.11 KB22WORKDIR /app91 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.16 KB26COPY /usr/local/bin/python3 /usr/local/bin/python3 # buildkit2.17 KB27RUN /bin/sh -c ldconfig #3.09 KB28COPY /app/.venv /app/.venv # buildkit113.88 MB29RUN /bin/sh -c ln -sf191 B30COPY docker/standalone/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit557 B31COPY docker/standalone/entrypoint.sh /entrypoint.sh # buildkit527 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'