sha256:b4d785f7af038fe6599e8f7d639b8b787140c05a74aa765e34bb0d8d29ed1487
OS/ARCH
linux/amd64
Compressed size
457.14 MB
Last pushed
2 days by gitlabcibuild
Type
Image
Manifest digest
sha256:b4d785f7af038fe6599e8f7d639b8b787140c05a74aa765e34bb0d8d29ed1487
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 ./ #212.88 KB14RUN /bin/sh -c pip install27.2 MB15RUN /bin/sh -c mkdir -p266 B16COPY README.md README.md # buildkit2.49 KB17COPY ai/ ai/ # buildkit1.02 KB18COPY ai_gateway/ ai_gateway/ # buildkit434.21 KB19COPY duo_workflow_service/ duo_workflow_service/ # buildkit657.42 KB20COPY lib/ lib/ # buildkit39.73 KB21COPY contract/ contract/ # buildkit20.82 KB22COPY scripts/ scripts/ # buildkit26.66 KB23COPY vendor/ vendor/ # buildkit46.07 KB24RUN /bin/sh -c apt-get update19.98 MB25RUN /bin/sh -c useradd aigateway1.18 KB26RUN /bin/sh -c chown -R1.41 MB27USER aigateway0 B28COPY --chown=aigateway:aigateway /home/aigateway/app/venv/ /home/aigateway/app/venv/ #362.42 MB29RUN /bin/sh -c poetry run1.64 MB30RUN /bin/sh -c poetry run966.75 KB31EXPOSE [5052/tcp]0 B32CMD ["./scripts/run.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'