sha256:2bf6d136ba899937df9efbfb34dea0e8e4cd4ee2b792e809c0776be36ab9fc23
OS/ARCH
linux/arm64
Compressed size
49.99 MB
Last pushed
about 1 year by chamrong
Type
Image
Manifest digest
sha256:4829b9fa7120665ab39bf8c15f0ebd59aa9f9558572e5ae6d8e26d958120bf4a
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;249 B10CMD ["python3"]0 B11WORKDIR /app92 B12COPY requirements.txt . # buildkit175 B13RUN /bin/sh -c pip install5.87 MB14COPY . . # buildkit2.1 KB15EXPOSE map[8000/tcp:{}]0 B16CMD ["gunicorn" "--bind" "0.0.0.0:8000" "app:app"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1751241600'