Block a user
finance-hub (main-4207e52)
Published 2026-05-18 20:19:39 +00:00 by finance-hub-deploy-bot
Installation
docker pull git.smartsoftwareagile.de/finance-hub-deploy-bot/finance-hub:main-4207e52sha256:71f16b19cd4ea755661a7bb901fc6595a9d56adb38e10221d72530c3df3f60aa
Images
| Digest | OS / Arch | Size |
|---|---|---|
| bca91c0f6e | linux/amd64 | 420 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200' |
| 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 # 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 && 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-18 20:19:39 +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