sha256:7b0c50ad0459a34e11719da60b353848bea0b93c28dc423033fdf6a69d326fcb
OS/ARCH
Compressed size
705.31 MB
Last pushed
22 days by touchthesun
Type
Image
Manifest digest
sha256:7ccffda3e069eb33d9f72e72c7365fa35ddec2967e90573d1f2a98456cfa46cd
Image Layers
1# debian.sh --arch 'amd64' out/28.41 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;4.07 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.56 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11ARG APP_VERSION=0.12.20 B12ARG GIT_SHA=2aa34f0e0703fcb48489b946d5b4ff020abfe9b70 B13LABEL org.opencontainers.image.version=0.12.2 org.opencontainers.image.revision=2aa34f0e0703fcb48489b946d5b4ff020abfe9b7 org.opencontainers.image.title=Open Hardware0 B14ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PATH=/opt/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PYTHONPATH=/app0 B15RUN |2 APP_VERSION=0.12.2 GIT_SHA=2aa34f0e0703fcb48489b946d5b4ff020abfe9b7 /bin/sh33.81 MB16COPY /opt/venv /opt/venv # buildkit312.58 MB17WORKDIR /app93 B18COPY pyproject.toml uv.lock README.md ./210.05 KB19COPY src/ ./src/ # buildkit956.09 KB20COPY config/ ./config/ # buildkit5.65 KB21COPY deploy/docker/docker-entrypoint.sh deploy/docker/healthcheck.sh deploy/docker/gunicorn.conf.py ./4.6 KB22RUN |2 APP_VERSION=0.12.2 GIT_SHA=2aa34f0e0703fcb48489b946d5b4ff020abfe9b7 /bin/sh196 B23RUN |2 APP_VERSION=0.12.2 GIT_SHA=2aa34f0e0703fcb48489b946d5b4ff020abfe9b7 /bin/sh3.33 KB24RUN |2 APP_VERSION=0.12.2 GIT_SHA=2aa34f0e0703fcb48489b946d5b4ff020abfe9b7 /bin/sh313.73 MB25USER root0 B26EXPOSE [8001/tcp]0 B27HEALTHCHECK {Test:[CMD /usr/local/bin/healthcheck.sh] Interval:30s Timeout:15s0 B28ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B29CMD ["api"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'