Sign inSign up

drumsergio/cashpilot-worker:0.6.2

Multi-platform
Index digest

sha256:51abb11b72b0e60f48280f6ea893829e71df25819defd039f3584a6144bb5179

OS/ARCH

Compressed size

31.99 MB

Last pushed

4 months by drumsergio

Type

Image

Manifest digest

sha256:af688841c5694fcac7762c0b2fa6b1fcc936ecef68d46f248b65b542f88cb044

Image Layers

1ADD alpine-minirootfs-3.23.4-aarch64.tar.gz / # buildkit4.01 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;447.04 KB
5ENV PYTHON_VERSION=3.14.50 B
6ENV PYTHON_SHA256=7e32597b99e5d9a39abed35de4693fa169df3e5850d4c334337ffd6a19a36db60 B
7RUN /bin/sh -c set -eux;12.91 MB
8RUN /bin/sh -c set -eux;247 B
9CMD ["python3"]0 B
10LABEL maintainer=Sergio Fernandez <[email protected]>0 B
11LABEL org.opencontainers.image.description=CashPilot Worker - Lightweight0 B
12LABEL org.opencontainers.image.url=https://github.com/GeiserX/CashPilot0 B
13LABEL org.opencontainers.image.source=https://github.com/GeiserX/CashPilot0 B
14LABEL org.opencontainers.image.licenses=GPL-3.00 B
15ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
16RUN /bin/sh -c apk add35.42 KB
17RUN /bin/sh -c adduser -D967 B
18WORKDIR /app93 B
19COPY /build/.venv ./.venv # buildkit14.58 MB
20COPY --chown=cashpilot:root app/__init__.py ./app/ #153 B
21COPY --chown=cashpilot:root app/constants.py ./app/ #338 B
22COPY --chown=cashpilot:root app/fleet_key.py ./app/ #1.09 KB
23COPY --chown=cashpilot:root app/worker_api.py ./app/ #4.49 KB
24COPY --chown=cashpilot:root app/orchestrator.py ./app/ #5.32 KB
25COPY --chown=cashpilot:root app/catalog.py ./app/ #1.54 KB
26COPY --chown=cashpilot:root services/ ./services/ #19.22 KB
27COPY entrypoint.sh /entrypoint.sh # buildkit512 B
28RUN /bin/sh -c chmod +x32 B
29VOLUME [/data]0 B
30EXPOSE [8081/tcp]0 B
31ENTRYPOINT ["/entrypoint.sh"]0 B
32CMD ["uvicorn" "app.worker_api:app" "--host" "0.0.0.0"0 B

Command

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