sha256:94ccaa6fb924e3130e29837c66f5a589fe3afa1a5b55dc0d740224fe05a231fb
OS/ARCH
Compressed size
183.88 MB
Last pushed
about 1 month by jasonacox
Type
Image
Manifest digest
sha256:d88ac5d938cb2c8cc4cc048e95653d45cd6ac7ff1f2f2afd9ea66313152a6dcd
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.210 B7ENV PYTHON_SHA256=a0da1e72132e950154eca0f6f47d5db828454700de20e5113667940d81e0db040 B8RUN /bin/sh -c set -eux;13.27 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c if command125.69 MB13COPY requirements.txt /tmp/requirements.txt # buildkit189 B14RUN /bin/sh -c pip3 install13.17 MB15COPY server.py transform.py __init__.py /app/27.36 KB16COPY web/ /app/web/ # buildkit2.1 MB17EXPOSE [8675/tcp]0 B18HEALTHCHECK &{["CMD-SHELL" "curl -sf http://localhost:8675/health0 B19ENTRYPOINT ["tini" "--"]0 B20CMD ["python3" "server.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'