sha256:edfc1fe1af5557c3c9fb51a41dc277952ff8ed8ceb180cf42b815dd3e632839c
OS/ARCH
Compressed size
138.28 MB
Last pushed
8 months by jasonacox
Type
Image
Manifest digest
sha256:4dd607766fca890bf8d5c2e34499a303fca1965a73e4dcdb984bc926b45b5d67
Image Layers
1# debian.sh --arch 'armhf' out/24.99 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.19 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;13.09 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update72.97 MB12WORKDIR /app93 B13COPY requirements.txt /app/requirements.txt # buildkit264 B14RUN /bin/sh -c python3 -m24.46 MB15COPY server.py /app/ # buildkit13.71 KB16COPY blender.py /app/ # buildkit2.62 KB17COPY seasonal_config.py /app/ # buildkit1.9 KB18COPY seasons/ /app/seasons/ # buildkit24.01 KB19COPY static/ /app/static/ # buildkit1.53 MB20ENV PORT=40020 B21EXPOSE [4002/tcp]0 B22CMD ["uvicorn" "server:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'armhf' out/ 'trixie' '@1768176000'