Skip to main content

Container-based deployment

Setting up your containers

Bitfount datasets can run in containers. You need a dataset configuration and credentials. Follow the steps in Create a dataset in the Bitfount Hub.

You configure the dataset for the container in the Hub UI:

Bitfount Hub UI for creating a dataset used with a container deployment.

Updating containers

Our images are published in the pod package on GitHub Container Registry. We publish tags at different levels of granularity so you can match your release process.

Images follow Semantic Versioning (SemVer). Each release has an exact version tag (x.y.z, e.g. 11.1.0). Rolling tags move forward as new images are published:

  • x.y (e.g. 11.1) — latest patch for that minor line
  • x (e.g. 11) — latest minor and patch for that major line
  • stable — latest release overall; may include breaking changes when the major version advances