sha256:22d849275a4fd288e66410f4b46bc335893193de96c64b59c3fd48c568d40597
OS/ARCH
Compressed size
62.81 MB
Last pushed
over 1 year by need4swede
Type
Image
Manifest digest
sha256:5e6bd746155163c21abfbcfee4ed3ba277cf6b2e6d53361f61f94702bbbfc6b4
Image Layers
1# debian.sh --arch 'arm64' out/26.78 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;3.18 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.130 B7ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a0 B8RUN /bin/sh -c set -eux;15.39 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update89.57 KB12RUN /bin/sh -c groupadd -r1.09 KB13WORKDIR /app93 B14COPY requirements.txt . # buildkit388 B15RUN /bin/sh -c pip install17.05 MB16COPY . . # buildkit165.01 KB17COPY entrypoint.sh /entrypoint.sh # buildkit1.8 KB18RUN /bin/sh -c chmod +x1.8 KB19RUN /bin/sh -c mkdir -p165.13 KB20USER portall0 B21ENV FLASK_APP=app.py0 B22ENV FLASK_RUN_HOST=0.0.0.00 B23EXPOSE map[8080/tcp:{}]0 B24ENTRYPOINT ["/entrypoint.sh"]0 B25CMD ["python" "app.py"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1749513600'