sha256:22e063ff207c650927b741e27fe68a17a8c127a5db2f355f65b68196c3cc13a8
OS/ARCH
Compressed size
117.69 MB
Last pushed
about 1 month by andig
Type
Image
Manifest digest
sha256:28015d60c8eaf2a27b00c04c9e19d9ad6359e0fd47612f24348e79da55aec06a
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.140 B6ENV PYTHON_SHA256=639e43243c620a308f968213df9e00f2f8f62332f7adbaa7a7eeb9783057c6900 B7RUN /bin/sh -c set -eux;11.34 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B10RUN /bin/sh -c groupadd -r1.08 KB11COPY --chown=app:app /app/.venv /app/.venv #71.73 MB12ARG TARGETARCH=amd640 B13RUN |1 TARGETARCH=amd64 /bin/sh -c4.99 MB14ENV PYTHONUNBUFFERED=10 B15ENV OPTIMIZER_TIME_LIMIT=100 B16ENV OPTIMIZER_NUM_THREADS=10 B17ENV GUNICORN_CMD_ARGS=--workers 4 --max-requests 320 B18USER app0 B19CMD ["/app/.venv/bin/gunicorn" "--bind" "0.0.0.0:7050" "optimizer.app:app"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'