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 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;447.04 KB5ENV PYTHON_VERSION=3.14.50 B6ENV PYTHON_SHA256=7e32597b99e5d9a39abed35de4693fa169df3e5850d4c334337ffd6a19a36db60 B7RUN /bin/sh -c set -eux;12.91 MB8RUN /bin/sh -c set -eux;247 B9CMD ["python3"]0 B11LABEL org.opencontainers.image.description=CashPilot Worker - Lightweight0 B12LABEL org.opencontainers.image.url=https://github.com/GeiserX/CashPilot0 B13LABEL org.opencontainers.image.source=https://github.com/GeiserX/CashPilot0 B14LABEL org.opencontainers.image.licenses=GPL-3.00 B15ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B16RUN /bin/sh -c apk add35.42 KB17RUN /bin/sh -c adduser -D967 B18WORKDIR /app93 B19COPY /build/.venv ./.venv # buildkit14.58 MB20COPY --chown=cashpilot:root app/__init__.py ./app/ #153 B21COPY --chown=cashpilot:root app/constants.py ./app/ #338 B22COPY --chown=cashpilot:root app/fleet_key.py ./app/ #1.09 KB23COPY --chown=cashpilot:root app/worker_api.py ./app/ #4.49 KB24COPY --chown=cashpilot:root app/orchestrator.py ./app/ #5.32 KB25COPY --chown=cashpilot:root app/catalog.py ./app/ #1.54 KB26COPY --chown=cashpilot:root services/ ./services/ #19.22 KB27COPY entrypoint.sh /entrypoint.sh # buildkit512 B28RUN /bin/sh -c chmod +x32 B29VOLUME [/data]0 B30EXPOSE [8081/tcp]0 B31ENTRYPOINT ["/entrypoint.sh"]0 B32CMD ["uvicorn" "app.worker_api:app" "--host" "0.0.0.0"0 BCommand
ADD alpine-minirootfs-3.23.4-aarch64.tar.gz / # buildkit