sha256:59676b6cbc0de537382fc824a3702c2896a84c2218ad35c905f18f7df6374d68
OS/ARCH
Compressed size
376.39 MB
Last pushed
2 months by richarvey
Type
Image
Manifest digest
sha256:a0a3567f8e15190263753a787f5e9ba867f237fa2738dbcfba1108c69a470aca
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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;1.22 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.49 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update10.99 MB12WORKDIR /app93 B13COPY /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages # buildkit322.47 MB14COPY /usr/local/bin /usr/local/bin # buildkit1015 B15COPY mcp_server/memory/ /app/memory/ # buildkit187.66 KB16COPY web_ui/ /app/web_ui/ # buildkit563.11 KB17RUN /bin/sh -c mkdir -p115 B18RUN /bin/sh -c adduser --disabled-password753.97 KB19USER webuser0 B20ENTRYPOINT ["python" "-m" "uvicorn" "web_ui.app:app"0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1782172800'