sha256:c9838267798cd2c0b06cc7146ad74f8c507f26d2ac7a17fe2bbee7827c0bd88f
OS/ARCH
Compressed size
377.83 MB
Last pushed
9 months by danieleangeli
Type
Image
Manifest digest
sha256:31f6025b4dd9fdb014c79b2498718528712e63988a83979a669bf22e5a67c68f
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.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;13.65 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app92 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.55 MB16ENV JAVA_HOME=/usr/lib/jvm/zulu21-ca-amd640 B17COPY /wheels /wheels # buildkit9.83 MB18COPY ./requirements.txt . # buildkit372 B19COPY ./entrypoint.sh . # buildkit976 B20COPY ./app.py . # buildkit2.24 KB21COPY ./config.py . # buildkit1.27 KB22COPY ./models.py . # buildkit2.62 KB23COPY ./schemas.py . # buildkit1.91 KB24COPY ./database.py . # buildkit3.06 KB25COPY ./utils ./utils # buildkit28.1 KB26COPY ./api ./api # buildkit4.32 KB27COPY ./routers ./routers # buildkit7.04 KB28COPY ./services ./services # buildkit43.15 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.51 KB34RUN /bin/sh -c mkdir -p113 B35RUN /bin/sh -c if [32 B36RUN /bin/sh -c pip install608.26 KB37RUN /bin/sh -c if [12.77 MB38RUN /bin/sh -c pip install15.49 MB39EXPOSE [1717/tcp]0 B40CMD ["python3" "app.py"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1766966400'