sha256:8e234fc5019d8a86b58ee7d36b9716ca5f7475b4b9d5447bc3a4a66f41aa7f90
OS/ARCH
Compressed size
138.29 MB
Last pushed
8 months by jasonacox
Type
Image
Manifest digest
sha256:a4257fc12fa24e9d5748475a0b4c8cc3cb9b32ee29321abddcaa598fa5e216b2
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 # buildkit262 B14RUN /bin/sh -c python3 -m24.46 MB15COPY server.py /app/ # buildkit13.96 KB16COPY blender.py /app/ # buildkit2.72 KB17COPY seasonal_config.py /app/ # buildkit1.88 KB18COPY seasons/ /app/seasons/ # buildkit31.1 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'