sha256:0b6c60601c75419ce89c614333f9597e412b9dc949a71a21e47c4effd0937032
OS/ARCH
linux/amd64
Compressed size
387.05 MB
Last pushed
14 days by redi21
Type
Image
Manifest digest
sha256:0b6c60601c75419ce89c614333f9597e412b9dc949a71a21e47c4effd0937032
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.140 B6ENV PYTHON_SHA256=639e43243c620a308f968213df9e00f2f8f62332f7adbaa7a7eeb9783057c6900 B7RUN /bin/sh -c set -eux;11.34 MB8RUN /bin/sh -c set -eux;250 B9CMD ["python3"]0 B10RUN /bin/sh -c set -euo5.04 MB11RUN /bin/sh -c set -euo17.32 MB12RUN /bin/sh -c set -euo17.26 MB13RUN /bin/sh -c curl -sL8.42 MB14RUN /bin/sh -c adduser --disabled-password3.29 KB15WORKDIR /app93 B16RUN /bin/sh -c chown autopilot:autopilot112 B17COPY requirements.txt . # buildkit210 B18RUN /bin/sh -c chown autopilot:autopilot229 B19USER autopilot0 B20ENV PATH=/home/autopilot/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B21RUN /bin/sh -c pip install297.73 MB22COPY --chown=autopilot:autopilot main.py . #1.27 KB23COPY --chown=autopilot:autopilot tools tools #233.62 KB24COPY --chown=autopilot:autopilot agents agents #17.38 KB25COPY --chown=autopilot:autopilot agents/config.py config.py #783 B26COPY --chown=autopilot:autopilot autopilot autopilot #6.19 KB27COPY --chown=autopilot:autopilot descriptions descriptions #2.11 KB28COPY --chown=autopilot:autopilot prompts prompts #32.01 KB29COPY --chown=autopilot:autopilot plugins plugins #5.77 KB30CMD ["sh" "-c" "uvicorn main:app0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1782172800'