Block a user
finance-hub (main-f257ff9)
Published 2026-06-01 15:59:03 +00:00 by finance-hub-deploy-bot
Installation
docker pull git.smartsoftwareagile.de/finance-hub-deploy-bot/finance-hub:main-f257ff9sha256:0afe694121a3d8bc15b3887e7762199036fc383afca07a03224507cdde6d6e5e
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 1a26e0f123 | linux/amd64 | 915 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400' |
| ENV DEBIAN_FRONTEND=noninteractive PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_INSTALL_DIR=/opt/uv-python PATH=/root/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git tini cron logrotate build-essential pkg-config ssmtp mailutils && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y --no-install-recommends nodejs && npm install -g @anthropic-ai/claude-code && rm -rf /var/lib/apt/lists/* /root/.npm # buildkit |
| RUN /bin/sh -c curl -LsSf https://astral.sh/uv/install.sh | sh && ln -s /root/.local/bin/uv /usr/local/bin/uv && ln -s /root/.local/bin/uvx /usr/local/bin/uvx # buildkit |
| WORKDIR /app |
| COPY pyproject.toml uv.lock .python-version /app/ # buildkit |
| RUN /bin/sh -c uv sync --frozen --no-install-project --extra whatsapp # buildkit |
| RUN /bin/sh -c /app/.venv/bin/playwright install --with-deps chromium # buildkit |
| COPY src /app/src # buildkit |
| COPY prompts /app/prompts # buildkit |
| COPY scripts /app/scripts # buildkit |
| COPY mcp.json /app/mcp.json # buildkit |
| COPY crontab.runner /etc/cron.d/finance-hub # buildkit |
| COPY logrotate.finance-hub /etc/logrotate.d/finance-hub # buildkit |
| RUN /bin/sh -c uv sync --frozen --extra whatsapp && chmod 0644 /etc/cron.d/finance-hub /etc/logrotate.d/finance-hub && chmod +x /app/scripts/*.sh && touch /var/log/cron.log # buildkit |
| COPY scripts/entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| ENTRYPOINT ["/usr/bin/tini" "--" "/entrypoint.sh"] |
| CMD ["cron" "-f" "-L" "15"] |
Details
2026-06-01 15:59:03 +00:00
Versions (122)
View all
Container
0
OCI / Docker
main-9a198b4
2026-08-22
buildcache
2026-08-22
latest
2026-08-22
main-818349a
2026-08-22
main-8e2f335
2026-08-21