sha256:8471ac7f2ce2e61c0ee8c2277cf1c8a4ec480bef7e65141f30c45e679f915212
OS/ARCH
linux/amd64
Compressed size
111.82 MB
Last pushed
about 2 months by findvio
Type
Image
Manifest digest
sha256:a903c016562f835741f55b4baaba4eaff66711ea697e7f4dc9a12a12fe842bac
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.35 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.130 B6ENV PYTHON_SHA256=2ab91ff401783ccca64f75d10c882e957bdfd60e2bf5a72f8421793729b78a710 B7RUN /bin/sh -c set -eux;11.93 MB8RUN /bin/sh -c set -eux;248 B9CMD ["python3"]0 B10ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONPATH=/app0 B11RUN /bin/sh -c apt-get update43.28 MB12COPY requirements.txt /app/requirements.txt # buildkit1.72 KB13RUN /bin/sh -c pip install26.03 MB14COPY --chown=appuser:appuser qwed_sdk /app/qwed_sdk/ #65.55 KB15COPY --chown=appuser:appuser src/qwed_new /app/qwed_new/ #231.71 KB16COPY --chown=appuser:appuser action_entrypoint.py /action_entrypoint.py #5.39 KB17RUN /bin/sh -c printf '#!/bin/bash\nset5.58 KB18WORKDIR /github/workspace32 B19ENTRYPOINT ["/entrypoint.sh"]0 B20CMD ["python3" "-m" "uvicorn" "qwed_new.api.main:app"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'