sha256:b7751b6ac5da238239056e099c68655ca5965508c89adb31a567ca65a069648d
OS/ARCH
Compressed size
664.75 MB
Last pushed
2 months by touchthesun
Type
Image
Manifest digest
sha256:19fbc50f9febeb8dcb73cb22ea416affc5d2c68f8784185b959a82413aab5046
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;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;248 B10CMD ["python3"]0 B11ARG APP_VERSION=0.9.00 B12LABEL org.opencontainers.image.version=0.9.0 org.opencontainers.image.title=Open Hardware Manager0 B13ENV 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 B14RUN |1 APP_VERSION=0.9.0 /bin/sh -c4.84 MB15COPY /opt/venv /opt/venv # buildkit308.37 MB16WORKDIR /app93 B17COPY pyproject.toml uv.lock README.md ./206.39 KB18COPY src/ ./src/ # buildkit794.44 KB19COPY config/ ./config/ # buildkit2.49 KB20COPY deploy/docker/docker-entrypoint.sh deploy/docker/gunicorn.conf.py ./ #3.29 KB21RUN |1 APP_VERSION=0.9.0 /bin/sh -c195 B22RUN |1 APP_VERSION=0.9.0 /bin/sh -c2.07 KB23RUN |1 APP_VERSION=0.9.0 /bin/sh -c309.37 MB24USER root0 B25EXPOSE [8001/tcp]0 B26HEALTHCHECK {Test:[CMD-SHELL sh -c 'curl0 B27ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B28CMD ["api"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1782172800'