sha256:e03feaf65299588cc465fec7d1700a95aa30d2f70abadd4564fcb78bc48639f6
OS/ARCH
linux/amd64
Compressed size
195.04 MB
Last pushed
7 months by redi21
Type
Image
Manifest digest
sha256:e03feaf65299588cc465fec7d1700a95aa30d2f70abadd4564fcb78bc48639f6
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.90 B6ENV PYTHON_SHA256=ed5ef34cda36cfa2f3a340f07cac7e7814f91c7f3c411f6d3562323a866c5c660 B7RUN /bin/sh -c set -eux;11.19 MB8RUN /bin/sh -c set -eux;250 B9CMD ["python3"]0 B10RUN /bin/sh -c adduser --disabled-password3.29 KB11USER autopilot0 B12ENV PATH=/home/autopilot/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B13WORKDIR /app95 B14COPY --chown=autopilot:autopilot remote_agents/documentation_agent/requirements.txt requirements.txt #170 B15RUN /bin/sh -c pip install154.16 MB16COPY --chown=autopilot:autopilot remote_agents/documentation_agent/__init__.py __init__.py #162 B17COPY --chown=autopilot:autopilot remote_agents/documentation_agent/agent.py agent.py #475 B18COPY --chown=autopilot:autopilot remote_agents/config.py config.py #759 B19ARG AGENT_NAME=documentation_agent0 B20COPY --chown=autopilot:autopilot descriptions/eng/documentation_agent.md descriptions/eng/documentation_agent.md #247 B21COPY --chown=autopilot:autopilot descriptions/ita/documentation_agent.md descriptions/ita/documentation_agent.md #246 B22COPY --chown=autopilot:autopilot prompts/eng/documentation_agent.md prompts/eng/documentation_agent.md #23.82 KB23COPY --chown=autopilot:autopilot prompts/ita/documentation_agent.md prompts/ita/documentation_agent.md #23.81 KB24CMD ["sh" "-c" "uvicorn agent:a2a_app0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1760918400'