sha256:e6c3bd39d5f28e0cb280f079fc08c20035e2d401924e7735628715d9cd3de3a9
OS/ARCH
linux/amd64
Compressed size
559.46 MB
Last pushed
2 months by gitlabcibuild
Type
Image
Manifest digest
sha256:e6c3bd39d5f28e0cb280f079fc08c20035e2d401924e7735628715d9cd3de3a9
Image Layers
1# debian.sh --arch 'amd64' out/29.36 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.23 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11WORKDIR /home/aigateway/app316 B12COPY poetry.lock pyproject.toml ./213.92 KB13RUN pip install "poetry==$POETRY_VERSION"26.92 MB14RUN mkdir -p -m 777590 B15COPY README.md README.md2.66 KB16COPY ai_gateway/ ai_gateway/371.31 KB17COPY duo_workflow_service/ duo_workflow_service/378.3 KB18COPY lib/ lib/27.02 KB19COPY contract/ contract/10.96 KB20COPY scripts/ scripts/23.51 KB21COPY vendor/ vendor/50.84 KB22RUN apt-get update && apt-get17.84 MB23RUN useradd aigateway1.71 KB24RUN chown -R aigateway:aigateway /home/aigateway/1.04 MB25COPY --chown=aigateway:aigateway --from=install-image /home/aigateway/app/venv/ /home/aigateway/app/venv/327.79 MB26RUN poetry run python scripts/bootstrap.py29.35 MB27RUN poetry run fetch-foundational-agents "https://gitlab.com"1.28 MB28RUN mkdir "tmp"407 B29RUN poetry run index_docs -o112.03 MBCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1782172800'