sha256:0f6d349443a3d7971e5bccfdbca2863c29925566504e02a5d10adc23c055c516
OS/ARCH
linux/amd64
Compressed size
458.52 MB
Last pushed
1 day by gitlabcibuild
Type
Image
Manifest digest
sha256:0f6d349443a3d7971e5bccfdbca2863c29925566504e02a5d10adc23c055c516
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/app133 B13COPY poetry.lock pyproject.toml ./ #213.57 KB14RUN /bin/sh -c pip install27.21 MB15RUN /bin/sh -c mkdir -p267 B16COPY README.md README.md # buildkit2.49 KB17COPY ai/ ai/ # buildkit1.02 KB18COPY ai_gateway/ ai_gateway/ # buildkit435.08 KB19COPY duo_workflow_service/ duo_workflow_service/ # buildkit664.67 KB20COPY lib/ lib/ # buildkit39.66 KB21COPY contract/ contract/ # buildkit21.23 KB22COPY scripts/ scripts/ # buildkit26.84 KB23COPY vendor/ vendor/ # buildkit46.08 KB24RUN /bin/sh -c apt-get update19.98 MB25RUN /bin/sh -c useradd aigateway1.18 KB26RUN /bin/sh -c chown -R1.42 MB27USER aigateway0 B28COPY --chown=aigateway:aigateway /home/aigateway/app/venv/ /home/aigateway/app/venv/ #363.75 MB29RUN /bin/sh -c poetry run1.64 MB30RUN /bin/sh -c poetry run979.61 KB31EXPOSE [5052/tcp]0 B32CMD ["./scripts/run.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'