sha256:2b786c5e951880d42b8978fe12c2b83f9eca27dcd72e7019d85cbdb107e10a0f
OS/ARCH
Compressed size
203.11 MB
Last pushed
12 days by scitrera
Type
Image
Manifest digest
sha256:35090c1bbe23d03c3332c2c80fddd48d6176d38ab944d7a4fd2a92fdb0f1ac76
Image Layers
1# debian.sh --arch 'arm64' out/28.76 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;4.39 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.49 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B12LABEL org.opencontainers.image.source=https://github.com/scitrera/memorylayer0 B13LABEL org.opencontainers.image.description=MemoryLayer.ai - Memory infrastructure0 B14LABEL org.opencontainers.image.licenses=Apache-2.00 B15ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PATH=/opt/memorylayer/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin VIRTUAL_ENV=/opt/memorylayer0 B16RUN /bin/sh -c apt-get update4.76 MB17RUN /bin/sh -c groupadd --gid3.25 KB18RUN /bin/sh -c mkdir -p94 B19VOLUME [/data]0 B20WORKDIR /app92 B21COPY /opt/memorylayer /opt/memorylayer # buildkit153.7 MB22USER memorylayer0 B23ENV MEMORYLAYER_SERVER_HOST=0.0.0.0 MEMORYLAYER_SERVER_PORT=61001 MEMORYLAYER_EMBEDDING_PROVIDER=embed_server MEMORYLAYER_DATA_DIR=/data0 B24EXPOSE [61001/tcp]0 B25HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:61001/health0 B26ENTRYPOINT ["memorylayer"]0 B27CMD ["serve"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'