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:

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 linex(e.g.11) — latest minor and patch for that major linestable— latest release overall; may include breaking changes when the major version advances