sha256:b7e8d08b536e96072af9dba5ceffcad7438724dd6c6c5460c1592536d42e19fb
OS/ARCH
linux/amd64
Compressed size
378.37 MB
Last pushed
3 months by redi21
Type
Image
Manifest digest
sha256:b7e8d08b536e96072af9dba5ceffcad7438724dd6c6c5460c1592536d42e19fb
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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.130 B6ENV PYTHON_SHA256=2ab91ff401783ccca64f75d10c882e957bdfd60e2bf5a72f8421793729b78a710 B7RUN /bin/sh -c set -eux;11.28 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B10RUN /bin/sh -c set -euo5.04 MB11RUN /bin/sh -c set -euo16.94 MB12RUN /bin/sh -c set -euo17.25 MB13RUN /bin/sh -c curl -sL8.42 MB14RUN /bin/sh -c adduser --disabled-password3.29 KB15WORKDIR /app93 B16RUN /bin/sh -c chown autopilot:autopilot114 B17COPY requirements.txt . # buildkit210 B18RUN /bin/sh -c chown autopilot:autopilot227 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 install289.55 MB22COPY --chown=autopilot:autopilot main.py . #1.63 KB23COPY --chown=autopilot:autopilot tools tools #210.96 KB24COPY --chown=autopilot:autopilot agents agents #19.61 KB25COPY --chown=autopilot:autopilot agents/config.py config.py #773 B26COPY --chown=autopilot:autopilot autopilot autopilot #4.43 KB27COPY --chown=autopilot:autopilot descriptions descriptions #1.67 KB28COPY --chown=autopilot:autopilot prompts prompts #26.67 KB29COPY --chown=autopilot:autopilot plugins plugins #2.16 KB30CMD ["sh" "-c" "uvicorn main:app0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'