sha256:b20232760cc726c57d1aa5a2666b4fc544c8e6a19b8d68514b648f87edcca9e3
OS/ARCH
linux/amd64
Compressed size
48.99 MB
Last pushed
about 1 year by vitalybelos112
Type
Image
Manifest digest
sha256:5ace631d42eb70821933acf6132bc9d0bfb463ab5d04a346a7adaaf6c2649bc4
Image Layers
1# debian.sh --arch 'amd64' out/28.39 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.11.130 B7ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a0 B8RUN /bin/sh -c set -eux;13.96 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app92 B12COPY app/requirements.txt . # buildkit164 B13RUN /bin/sh -c pip install5.4 MB14COPY app/ . # buildkit264 B15EXPOSE map[5000/tcp:{}]0 B16CMD ["python" "app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400'