rqlite images now available on GitHub Container Registry

rqlite is a lightweight, open-source distributed relational database implemented in Go, and which uses SQLite as its storage engine.

rqlite container images are now mirrored to GitHub Container Registry (GHCR). Images on Docker Hub and GHCR carry the same tags and digests; you can pull from either registry based on your preferences or network policy. This change should improve reliability and make it easier to integrate rqlite into environments that standardize on GHCR.

Use versioned tags in production. Examples:

# Docker Hub
docker pull rqlite/rqlite:v9.0.0

# GitHub Container Registry
docker pull ghcr.io/rqlite/rqlite:v9.0.0

Leave a Reply

Your email address will not be published. Required fields are marked *