Block a user
finance-hub (main-4a5f548)
Published 2026-07-25 16:25:41 +00:00 by finance-hub-deploy-bot
Installation
docker pull git.smartsoftwareagile.de/finance-hub-deploy-bot/finance-hub:main-4a5f548sha256:2d6a222b2068fdef4a4456f71a9a0b18243bd7c25bdb82877212e96bb314057c
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 5230361990 | linux/amd64 | 932 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800' |
| 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-07-25 16:25:41 +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