sha256:545dc1a6a60054eef9db6a6975e3440345996da76332ae227c13a84971e542b7
OS/ARCH
linux/amd64
Compressed size
46.73 MB
Last pushed
about 1 year by yuvalmc
Type
Image
Manifest digest
sha256:545dc1a6a60054eef9db6a6975e3440345996da76332ae227c13a84971e542b7
Image Layers
1# debian.sh --arch 'amd64' out/27.8 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.35 MB5ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B6ENV PYTHON_VERSION=3.9.230 B7ENV PYTHON_SHA256=61a42919e13d539f7673cf11d1c404380e28e540510860b9d242196e165709c90 B8RUN /bin/sh -c set -eux;14.25 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=10 B12ENV PYTHONUNBUFFERED=10 B13WORKDIR /app93 B14COPY requirements.txt /app/ # buildkit168 B15RUN /bin/sh -c pip install1.33 MB16COPY . /app/ # buildkit1.19 KB17CMD ["python" "app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'