Skip to content

v1.1.5 — Docker support and CI pipeline

Choose a tag to compare

@ralfbecher ralfbecher released this 25 Jun 11:16
· 30 commits to main since this release
0d80327

Adds container support and a complete CI/CD pipeline for OrionBelt Chat.

Docker

  • Ships a multi-platform Docker image with a Docker Hub publish workflow, so the app can run as a container without a local Python toolchain.
  • Publishing is pinned to release tags only: each version pushes :1.2.3, :1.2, :1, and :latest — the rolling main/edge tags were dropped to keep the tag list clean.
  • The Docker Hub repository overview is kept in sync with README.md automatically.

Continuous integration

  • New CI workflow runs ruff (lint + format check), mypy, and pytest on every push and pull request to main.

Documentation

  • Added Docker Hub badges (version, image size, pulls) to the README, pointed at the published latest image.

Compatibility: unchanged — OrionBelt Analytics & Semantic Layer MCP servers.

Full Changelog: v1.1.4...v1.1.5