sha256:2e1bd5931660bc5e1cf56731e65e341ec7958ce97b0f89beb618d14ec7f9d8f1
OS/ARCH
linux/amd64
Compressed size
54.89 MB
Last pushed
8 months by aolifu
Type
Image
Manifest digest
sha256:2e1bd5931660bc5e1cf56731e65e341ec7958ce97b0f89beb618d14ec7f9d8f1
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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.23 MB5ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B6ENV PYTHON_VERSION=3.9.250 B7ENV PYTHON_SHA256=00e07d7c0f2f0cc002432d1ee84d2a40dae404a99303e3f97701c10966c918340 B8RUN /bin/sh -c set -eux;13.24 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11WORKDIR /app125 B12COPY requirements.txt . # buildkit336 B13RUN /bin/sh -c pip install11.71 MB14COPY . . # buildkit315.1 KB15EXPOSE map[5001/tcp:{}]0 B16ENV FLASK_APP=app.py0 B17ENV FLASK_ENV=production0 B18CMD ["python" "app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1760918400'