sha256:767d05dd6a33aee78d14cbe8d05ea9f626846b7bb87cfdc7172b694874eb6432
OS/ARCH
linux/amd64
Compressed size
48.78 MB
Last pushed
about 1 month by rvennam
Type
Image
Manifest digest
sha256:33e845212fb205f04cb41997fe5b3271d8e9bb0db034eff472e52e8631de666c
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.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;13.7 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ENV PYTHONUNBUFFERED=1 PIP_DISABLE_PIP_VERSION_CHECK=1 PIP_ROOT_USER_ACTION=ignore0 B12WORKDIR /app93 B13RUN /bin/sh -c pip install5.43 MB14COPY app.py /app/app.py # buildkit4.77 KB15COPY templates /app/templates # buildkit2.14 KB16COPY static /app/static # buildkit4.99 KB17EXPOSE [5000/tcp]0 B18CMD ["python" "/app/app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'