sha256:935a235a47e2972b1264f4906cbbaa69060c88b3a7e1b14fc3581aee705abb94
OS/ARCH
linux/amd64
Compressed size
68.51 MB
Last pushed
5 months by dominik1220
Type
Image
Manifest digest
sha256:50aca58acf7bce6198230b9434d3222cefb7b60d2b462d4c93d14b2aeab8cc2d
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 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.54 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11WORKDIR /app93 B12COPY dashboard-api/requirements.txt ./ # buildkit179 B13RUN /bin/sh -c apt-get update27.32 MB14COPY dashboard-api/main.py ./ # buildkit3.9 KB15COPY dashboard-web ./dashboard-web # buildkit3.85 KB16ENV WEB_DIR=/app/dashboard-web0 B17EXPOSE [8080/tcp]0 B18CMD ["uvicorn" "main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'