sha256:59d9fb5396b9278536936cbef70a70a20c5805a42714537b27e9fa2f4168053b
OS/ARCH
linux/amd64
Compressed size
46.56 MB
Last pushed
11 months by mpulcuango
Type
Image
Manifest digest
sha256:140cca08ede77d8924f6c5063d7ec54cc651e445a2216f9ffcab294a2cfea43e
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=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.190 B7ENV PYTHON_SHA256=c8f4a596572201d81dd7df91f70e177e19a70f1d489968b54b5fbbf29a97c0760 B8RUN /bin/sh -c set -eux;13.18 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /app92 B12COPY requirements.txt . # buildkit157 B13RUN /bin/sh -c pip install3.74 MB14COPY app.py . # buildkit286 B15EXPOSE map[5000/tcp:{}]0 B16CMD ["python" "app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1760918400'