sha256:4e231ae5dbf16c0f69c62294ac76d898be0e11c11e540c593abebdfd5a812e96
OS/ARCH
Compressed size
817.5 MB
Last pushed
about 2 months by virag
Type
Image
Manifest digest
sha256:93a753d234fbea2391c5f0e8824379a0de23b209a6ea6a444d3addbbe9eff052
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=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_NO_CACHE_DIR=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B12RUN /bin/sh -c apt-get update140.8 MB13RUN /bin/sh -c useradd -m3.25 KB14WORKDIR /app32 B15COPY /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages # buildkit461.95 MB16COPY /usr/local/bin /usr/local/bin # buildkit5.37 KB17RUN /bin/sh -c mkdir -p151 B18COPY /root/.cache /home/bankoai/.cache # buildkit79.58 MB19COPY --chown=bankoai:bankoai . . #14.38 MB20COPY --chown=root:root docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh #441 B21RUN /bin/sh -c chmod +x32 B22RUN /bin/sh -c pip install18.01 KB23RUN /bin/sh -c chown -R79.58 MB24USER bankoai0 B25EXPOSE [5000/tcp]0 B26HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:5000/api/health0 B27ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B28CMD ["gunicorn" "--worker-class" "gthread" "-w"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'