sha256:34f10af6cfbab6f0fc2d852b12942751cfbcad589891f6c9d2c580f98983aa20
OS/ARCH
Compressed size
178.31 MB
Last pushed
about 1 month by jasonacox
Type
Image
Manifest digest
sha256:65c62da12c486536128c2ea0476cec9aba494b90a92eb336883963065256c927
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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.22 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.200 B7ENV PYTHON_SHA256=de6517421601e39a9a3bc3e1bc4c7b2f239297423ee05e282598c83ec06475050 B8RUN /bin/sh -c set -eux;13.22 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c if command119.86 MB13COPY requirements.txt /tmp/requirements.txt # buildkit186 B14RUN /bin/sh -c pip3 install13.15 MB15COPY server.py transform.py __init__.py /app/27.35 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 'arm64' out/ 'trixie' '@1785715200'