sha256:eab078229e941fb03cad7471f9071cea17521767222fe35f62a96ddff4fc0662
OS/ARCH
Compressed size
381.65 MB
Last pushed
4 months by danieleangeli
Type
Image
Manifest digest
sha256:e1e884ce4f69686e02aff0cdcc6ca7f705ce0cefd82466e09bf4ebd9a09c0e74
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 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 update113.38 MB15RUN /bin/sh -c apt-get update156.55 MB16ENV JAVA_HOME=/usr/lib/jvm/zulu21-ca-amd640 B17COPY /wheels /wheels # buildkit9.97 MB18COPY ./requirements.txt . # buildkit371 B19COPY ./entrypoint.sh . # buildkit1.8 KB20COPY ./app.py . # buildkit2.24 KB21COPY ./config.py . # buildkit1.3 KB22COPY ./models.py . # buildkit2.63 KB23COPY ./schemas.py . # buildkit1.99 KB24COPY ./database.py . # buildkit3.89 KB25COPY ./utils ./utils # buildkit28.35 KB26COPY ./api ./api # buildkit4.32 KB27COPY ./routers ./routers # buildkit7.04 KB28COPY ./services ./services # buildkit44.74 KB29RUN /bin/sh -c mkdir -p121 B30RUN /bin/sh -c wget -O1018.72 KB31COPY ./jdbc_drivers ./jdbc_drivers # buildkit31.75 MB32COPY ./run_auto_operations.py . # buildkit11.68 KB33COPY /frontend/dist ./static # buildkit345.24 KB34RUN /bin/sh -c mkdir -p112 B35RUN /bin/sh -c if [32 B36RUN /bin/sh -c pip install797.61 KB37RUN /bin/sh -c if [12.26 MB38RUN /bin/sh -c pip install14.34 MB39EXPOSE [1717/tcp]0 B40ENTRYPOINT ["./entrypoint.sh"]0 B41CMD ["python3" "app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1779062400'