sha256:34e2c40b8006deef4a5b4390e213cc5d9cb03f42acad1805502d499d4b68bb90
OS/ARCH
Compressed size
554.17 MB
Last pushed
about 1 year by jian0209
Type
Image
Manifest digest
sha256:2492edc7f8229a544c2a87cde6563485e74e7a14ee81eae7e93eababc85df6e5
Image Layers
1# debian.sh --arch 'arm64' out/28.74 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.21 MB5ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B6ENV PYTHON_VERSION=3.9.230 B7ENV PYTHON_SHA256=61a42919e13d539f7673cf11d1c404380e28e540510860b9d242196e165709c90 B8RUN /bin/sh -c set -eux;12.69 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update382.68 MB12WORKDIR /app93 B13COPY server /app/server # buildkit87.36 KB14COPY . /app/build # buildkit77.44 MB15COPY start.sh /app/start.sh # buildkit960 B16RUN /bin/sh -c chmod +x954 B17RUN /bin/sh -c pip install51.31 MB18ENV FLASK_APP=/app/server/app.py0 B19EXPOSE map[9000/tcp:{}]0 B20EXPOSE map[9001/tcp:{}]0 B21CMD ["/app/start.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1757289600'