Block a user
finance-hub (main-a06513d)
Published 2026-05-23 08:49:59 +00:00 by finance-hub-deploy-bot
Installation
docker pull git.smartsoftwareagile.de/finance-hub-deploy-bot/finance-hub:main-a06513dsha256:364a7f8b30dd0d8b1df3c95278b67449399bcdb34a5a1e9eba71bf94e8fa52e5
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 132b0401f4 | linux/amd64 | 914 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 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 |
| RUN /bin/sh -c uv sync --frozen --extra whatsapp && chmod 0644 /etc/cron.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-05-23 08:49:59 +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