Sign inSign up

drumsergio/cashpilot-worker:1.37.1

Multi-platform
Index digest

sha256:420125a4ac7864f00fbabc5a92b308f48fc3f380b38e63f1aa9a296ee1490bd3

OS/ARCH

Compressed size

32.17 MB

Last pushed

2 days by drumsergio

Type

Image

Manifest digest

sha256:929069af66564115493f8bdbef59fa2e9c9bf290faf17d8a72eff6ef77aedb71

Image Layers

1ADD alpine-minirootfs-3.24.2-aarch64.tar.gz / # buildkit3.99 MB
2CMD ["/bin/sh"]0 B
3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
4RUN /bin/sh -c set -eux;409.29 KB
5ENV PYTHON_VERSION=3.14.70 B
6ENV PYTHON_SHA256=3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f810 B
7RUN /bin/sh -c set -eux;12.97 MB
8RUN /bin/sh -c set -eux;249 B
9CMD ["python3"]0 B
10ARG CASHPILOT_VERSION=1.37.10 B
11ENV CASHPILOT_VERSION=1.37.10 B
12LABEL maintainer=Sergio Fernandez <[email protected]>0 B
13LABEL org.opencontainers.image.description=CashPilot Worker - Lightweight0 B
14LABEL org.opencontainers.image.url=https://github.com/GeiserX/CashPilot0 B
15LABEL org.opencontainers.image.source=https://github.com/GeiserX/CashPilot0 B
16LABEL org.opencontainers.image.licenses=GPL-3.00 B
17ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
18RUN |1 CASHPILOT_VERSION=1.37.1 /bin/sh -c35.05 KB
19RUN |1 CASHPILOT_VERSION=1.37.1 /bin/sh -c968 B
20WORKDIR /app93 B
21COPY /build/.venv ./.venv # buildkit14.68 MB
22COPY --chown=cashpilot:root app/__init__.py ./app/ #151 B
23COPY --chown=cashpilot:root app/constants.py ./app/ #559 B
24COPY --chown=cashpilot:root app/fleet_key.py ./app/ #1.84 KB
25COPY --chown=cashpilot:root app/egress.py ./app/ #6.94 KB
26COPY --chown=cashpilot:root app/state_backup.py ./app/ #4.39 KB
27COPY --chown=cashpilot:root app/version.py ./app/ #2.26 KB
28COPY --chown=cashpilot:root app/worker_api.py ./app/ #23.52 KB
29COPY --chown=cashpilot:root app/orchestrator.py ./app/ #16.33 KB
30COPY --chown=cashpilot:root app/arch.py ./app/ #2.73 KB
31COPY --chown=cashpilot:root app/catalog.py ./app/ #3.36 KB
32COPY --chown=cashpilot:root services/ ./services/ #33.49 KB
33COPY entrypoint.sh /entrypoint.sh # buildkit510 B
34RUN |1 CASHPILOT_VERSION=1.37.1 /bin/sh -c32 B
35VOLUME [/data]0 B
36EXPOSE [8081/tcp]0 B
37ENTRYPOINT ["/entrypoint.sh"]0 B
38HEALTHCHECK {Test:[CMD python -c import0 B
39CMD ["python" "-m" "uvicorn" "app.worker_api:app"0 B

Command

ADD alpine-minirootfs-3.24.2-aarch64.tar.gz / # buildkit