sha256:a1b2ed1e8db4068bba125d5749bdab64402e5aa83736e8c0342a9bbdc720d729
OS/ARCH
Compressed size
376.95 MB
Last pushed
6 months by danieleangeli
Type
Image
Manifest digest
sha256:dfbf53dc90bace47b3ac8c49c2e818a5d9e033bd1084b8880a88fa2a646c6a9e
Image Layers
1# debian.sh --arch 'arm64' out/28.74 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.21 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;13.65 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c mkdir -p161 B13ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 CORE_HUB_URL= ENTITY_START_TIMEOUT=20 B14RUN /bin/sh -c apt-get update106.8 MB15RUN /bin/sh -c apt-get update155.65 MB16ENV JAVA_HOME=/usr/lib/jvm/zulu21-ca-amd640 B17COPY /wheels /wheels # buildkit9.49 MB18COPY ./requirements.txt . # buildkit371 B19COPY ./entrypoint.sh . # buildkit1.79 KB20COPY ./app.py . # buildkit2.24 KB21COPY ./config.py . # buildkit1.3 KB22COPY ./models.py . # buildkit2.62 KB23COPY ./schemas.py . # buildkit1.99 KB24COPY ./database.py . # buildkit3.89 KB25COPY ./utils ./utils # buildkit28.17 KB26COPY ./api ./api # buildkit4.32 KB27COPY ./routers ./routers # buildkit7.04 KB28COPY ./services ./services # buildkit44.26 KB29RUN /bin/sh -c mkdir -p121 B30RUN /bin/sh -c wget -O1018.71 KB31COPY ./jdbc_drivers ./jdbc_drivers # buildkit31.75 MB32COPY ./run_auto_operations.py . # buildkit11.68 KB33COPY /frontend/dist ./static # buildkit344.73 KB34RUN /bin/sh -c mkdir -p113 B35RUN /bin/sh -c if [32 B36RUN /bin/sh -c pip install614.91 KB37RUN /bin/sh -c if [12.35 MB38RUN /bin/sh -c pip install15.26 MB39EXPOSE [1717/tcp]0 B40ENTRYPOINT ["./entrypoint.sh"]0 B41CMD ["python3" "app.py"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1771804800'