sha256:109cfa09e7338457225e0dba67c53b37c13cf4c682cda4dbc951182117aa16d6
OS/ARCH
linux/amd64
Compressed size
79.06 MB
Last pushed
3 months by manulaalahakoon
Type
Image
Manifest digest
sha256:2fd88c8f461e6fe3227d122006b6d5097c417cc6c106d3dddecbbff9f2e7ca13
Image Layers
1# debian.sh --arch 'amd64' out/28.41 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 B11RUN /bin/sh -c groupadd -r1.08 KB12WORKDIR /app93 B13COPY /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages # buildkit35.72 MB14COPY /usr/local/bin /usr/local/bin # buildkit1.82 KB15COPY api-gateway.py . # buildkit1.98 KB16RUN /bin/sh -c chown -R1.98 KB17USER appuser0 B18EXPOSE [8001/tcp]0 B19ENV KSERVE_URL=http://ocr-model-container:8080/v2/models/ocr-model/infer0 B20HEALTHCHECK {Test:[CMD-SHELL python -c "import0 B21CMD ["python" "api-gateway.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1781049600'