sha256:32a1db7838054d12583506f5c50936692922b2f0e4d5bfe36997ad8b57ae4a2e
OS/ARCH
Compressed size
374.09 MB
Last pushed
about 1 year by virag
Type
Image
Manifest digest
sha256:60c60e86e39431428f476c8625610cb9c1ebff00b12960a3e530a754abd336cc
Image Layers
1# debian.sh --arch 'arm64' out/26.78 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;3.18 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.130 B7ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a0 B8RUN /bin/sh -c set -eux;15.39 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update1.63 MB13COPY /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages # buildkit320.5 MB14COPY /usr/local/bin /usr/local/bin # buildkit4.9 KB15COPY . . # buildkit6.6 MB16RUN /bin/sh -c if [32 B17EXPOSE map[5000/tcp:{}]0 B18ENV FLASK_APP=app.py0 B19ENV FLASK_RUN_HOST=0.0.0.00 B20ENV AI_SERVICE=watsonx0 B21HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:5000/ai-status0 B22CMD ["flask" "run"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1753056000'