sha256:420449fa0a13ef77bf9cf3e5d88fd5792435687bb377340ef21c22278fdce5f0
OS/ARCH
linux/arm64
Compressed size
346.21 MB
Last pushed
about 1 year by truongginjs
Type
Image
Manifest digest
sha256:420449fa0a13ef77bf9cf3e5d88fd5792435687bb377340ef21c22278fdce5f0
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=E3FF2839C048B25C084DEBE9B26995E3102505680 B6ENV PYTHON_VERSION=3.9.230 B7ENV PYTHON_SHA256=61a42919e13d539f7673cf11d1c404380e28e540510860b9d242196e165709c90 B8RUN /bin/sh -c set -eux;14.16 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update203.11 MB12WORKDIR /app93 B13COPY requirements.txt . # buildkit238 B14RUN /bin/sh -c pip install27.16 MB15RUN /bin/sh -c mkdir -p126 B16RUN /bin/sh -c wget -O39.77 MB17RUN /bin/sh -c wget -O32.06 MB18COPY . . # buildkit8.87 KB19EXPOSE map[8000/tcp:{}]0 B20CMD ["python" "app.py"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1749513600'