sha256:ae7e8ce99a493448540f64fed0efb1dda017334c9ea5f951b0bd4cdbe464b201
OS/ARCH
linux/amd64
Compressed size
97.28 MB
Last pushed
6 months by findvio
Type
Image
Manifest digest
sha256:20e74368bd18f1fa8ef45412357af8d338aa666f7955f0581bb9cc61071e6728
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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;3.35 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.120 B7ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c40 B8RUN /bin/sh -c set -eux;13.03 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=10 B12ENV PYTHONUNBUFFERED=10 B13RUN /bin/sh -c apt-get update28.01 MB14RUN /bin/sh -c useradd -m3.23 KB15RUN /bin/sh -c mkdir -p124 B16RUN /bin/sh -c apt-get update132.66 KB17COPY requirements.txt /app/requirements.txt # buildkit1.38 KB18RUN /bin/sh -c pip install3.72 MB19RUN /bin/sh -c pip install20.84 MB20RUN /bin/sh -c pip install1.01 MB21COPY --chown=appuser:appuser qwed_sdk /app/qwed_sdk/ #62.14 KB22COPY --chown=appuser:appuser src/qwed_new /app/qwed_new/ #188.13 KB23COPY --chown=appuser:appuser action_entrypoint.py /action_entrypoint.py #5.39 KB24RUN /bin/sh -c chmod +x5.39 KB25RUN /bin/sh -c printf '#!/bin/bash\nset246 B26ENV PYTHONPATH=/app0 B27WORKDIR /github/workspace32 B28ENTRYPOINT ["/entrypoint.sh"]0 B29CMD ["python3" "-m" "uvicorn" "qwed_new.api.main:app"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1759104000'