sha256:7d7445e7bdec2bc80d853f63d29ae44e50e4cc8a3cb3127456fa2fbad2ae63cf
OS/ARCH
Compressed size
65.84 MB
Last pushed
almost 2 years by gacerioni
Type
Image
Manifest digest
sha256:baf0a374fd885edba071a7e14d2d00e718f388e99ba11c98962fb99e75d41313
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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.16 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.80 B7ENV PYTHON_SHA256=c909157bb25ec114e5869124cc2a9c4a4d4c1e957ca4ff553f1edc692101154e0 B8RUN /bin/sh -c set -eux;13.02 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B12WORKDIR /app93 B13COPY requirements.txt . # buildkit169 B14RUN /bin/sh -c pip install22.73 MB15COPY pix_smasher_demo.py . # buildkit2 KB16ENV REDIS_URL=redis://localhost:63790 B17ENV REDIS_LIST=source_list0 B18CMD ["python3" "pix_smasher_demo.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600'