Tag docker

rqlite 8.29: More extensions and improved management

rqlite is a lightweight, open-source distributed relational database implemented in Go, and which uses SQLite as its storage engine. Release v8.29.0 bakes more SQLite extensions into the Docker image, as well as improving extension management generally.

rqlite 8.24.9: now with multi-platform Docker images

rqlite is a lightweight, open-source, distributed relational database written in Go, utilizing SQLite as its storage engine. Release v8.24.9 is the first release that comes with multi-platform Docker support. You can now pull a Docker image for 386, ARM, and…

rqlite: static linking and smaller Docker images

rqlite is a lightweight, open-source, distributed relational database written in Go, which uses SQLite as its storage engine. There have been a series of releases recently, which make deployment on Linux even easier, and significantly decrease the Docker footprint.

rqlite now available as a Docker image

I finally got around to creating the first Docker image for rqlite, the lightweight distributed, relational database built on SQLite. It was pretty straightforward, once I took a look at how Vault and InfluxDB create their respective images. The image…