sha256:53504f2265cf68bccd86959859eb5b44928b16d085dff80d59e84fa1059942af
OS/ARCH
Compressed size
32.14 MB
Last pushed
24 days by drumsergio
Type
Image
Manifest digest
sha256:41c3690aaeba978c579fc14ffcec687d134febdee42fac22aaa69b8bca613615
Image Layers
1ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit3.99 MB2CMD ["/bin/sh"]0 B3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4RUN /bin/sh -c set -eux;402.1 KB5ENV PYTHON_VERSION=3.14.70 B6ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B7RUN /bin/sh -c set -eux;12.96 MB8RUN /bin/sh -c set -eux;248 B9CMD ["python3"]0 B10ARG CASHPILOT_VERSION=1.36.30 B11ENV CASHPILOT_VERSION=1.36.30 B13LABEL org.opencontainers.image.description=CashPilot Worker - Lightweight0 B14LABEL org.opencontainers.image.url=https://github.com/GeiserX/CashPilot0 B15LABEL org.opencontainers.image.source=https://github.com/GeiserX/CashPilot0 B16LABEL org.opencontainers.image.licenses=GPL-3.00 B17ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B18RUN |1 CASHPILOT_VERSION=1.36.3 /bin/sh -c34.89 KB19RUN |1 CASHPILOT_VERSION=1.36.3 /bin/sh -c969 B20WORKDIR /app93 B21COPY /build/.venv ./.venv # buildkit14.68 MB22COPY --chown=cashpilot:root app/__init__.py ./app/ #151 B23COPY --chown=cashpilot:root app/constants.py ./app/ #557 B24COPY --chown=cashpilot:root app/fleet_key.py ./app/ #1.84 KB25COPY --chown=cashpilot:root app/egress.py ./app/ #6.93 KB26COPY --chown=cashpilot:root app/state_backup.py ./app/ #4.39 KB27COPY --chown=cashpilot:root app/version.py ./app/ #2.26 KB28COPY --chown=cashpilot:root app/worker_api.py ./app/ #23.18 KB29COPY --chown=cashpilot:root app/orchestrator.py ./app/ #14.75 KB30COPY --chown=cashpilot:root app/catalog.py ./app/ #3.08 KB31COPY --chown=cashpilot:root services/ ./services/ #32.33 KB32COPY entrypoint.sh /entrypoint.sh # buildkit510 B33RUN |1 CASHPILOT_VERSION=1.36.3 /bin/sh -c32 B34VOLUME [/data]0 B35EXPOSE [8081/tcp]0 B36ENTRYPOINT ["/entrypoint.sh"]0 B37HEALTHCHECK {Test:[CMD python -c import0 B38CMD ["python" "-m" "uvicorn" "app.worker_api:app"0 BCommand
ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit