sha256:f4a0081588a7c3849dad98be36b843428dbfa02d7de71f335b0ede87711dca94
OS/ARCH
linux/amd64
Compressed size
442.65 MB
Last pushed
17 days by gitlabcibuild
Type
Image
Manifest digest
sha256:f4a0081588a7c3849dad98be36b843428dbfa02d7de71f335b0ede87711dca94
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;249 B10CMD ["python3"]0 B11ENV PYTHONUNBUFFERED=1 HF_HOME=/home/aigateway/.hf PIP_NO_CACHE_DIR=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B12WORKDIR /home/aigateway/app135 B13COPY poetry.lock pyproject.toml ./ #205.24 KB14RUN /bin/sh -c pip install27.17 MB15RUN /bin/sh -c mkdir -p266 B16COPY README.md README.md # buildkit2.49 KB17COPY ai_gateway/ ai_gateway/ # buildkit413.62 KB18COPY duo_workflow_service/ duo_workflow_service/ # buildkit599.6 KB19COPY lib/ lib/ # buildkit36.34 KB20COPY contract/ contract/ # buildkit19.48 KB21COPY scripts/ scripts/ # buildkit25.25 KB22COPY vendor/ vendor/ # buildkit46.07 KB23RUN /bin/sh -c apt-get update17.69 MB24RUN /bin/sh -c useradd aigateway1.18 KB25RUN /bin/sh -c chown -R1.32 MB26USER aigateway0 B27COPY --chown=aigateway:aigateway /home/aigateway/app/venv/ /home/aigateway/app/venv/ #350.5 MB28RUN /bin/sh -c poetry run1.62 MB29RUN /bin/sh -c poetry run917.73 KB30EXPOSE [5052/tcp]0 B31CMD ["./scripts/run.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'