sha256:75453821aa592df4bffcc6a7bfb777b22bb0efc9cb33a9514433a9295aecb5fc
OS/ARCH
linux/amd64
Compressed size
372.84 MB
Last pushed
4 months by redi21
Type
Image
Manifest digest
sha256:75453821aa592df4bffcc6a7bfb777b22bb0efc9cb33a9514433a9295aecb5fc
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.120 B6ENV PYTHON_SHA256=2a84cd31dd8d8ea8aaff75de66fc1b4b0127dd5799aa50a64ae9a313885b45930 B7RUN /bin/sh -c set -eux;11.25 MB8RUN /bin/sh -c set -eux;250 B9CMD ["python3"]0 B10RUN /bin/sh -c set -euo5.04 MB11RUN /bin/sh -c set -euo16.94 MB12RUN /bin/sh -c set -euo16.89 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 . # buildkit211 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 install284.41 MB22COPY --chown=autopilot:autopilot main.py . #1.63 KB23COPY --chown=autopilot:autopilot tools tools #210.78 KB24COPY --chown=autopilot:autopilot agents agents #19.61 KB25COPY --chown=autopilot:autopilot agents/config.py config.py #778 B26COPY --chown=autopilot:autopilot autopilot autopilot #4.38 KB27COPY --chown=autopilot:autopilot descriptions descriptions #1.67 KB28COPY --chown=autopilot:autopilot prompts prompts #25.88 KB29CMD ["sh" "-c" "uvicorn main:app0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'