singlestore-labs / singlestoredb-dev-image

The SingleStoreDB Dev Container is the fastest way to develop with SingleStore on your laptop or in a CI/CD environment.
Apache License 2.0
40 stars 15 forks source link

Create a build matrix and publish packages for each singlestore version. #70

Open danmatthews opened 4 months ago

danmatthews commented 4 months ago

Would be great instead of the version change script, that we could also have the option of pulling a singlestore engine version image directly - great for CI/CD too.

Describe the solution you'd like A github action that on a version bump would use a build matrix to build all the Singlestore engine versions currently supported into separate packages and publish them to GHCR or docker hub.

Describe alternatives you've considered We can do this in our organisation already, but would be nice if it was done by Singlestore themselves.

Additional context Not sure how the versioning would work with the image version, maybe a naming convention?

For example, version 8.5.7 of the engine at the current release tag of 0.2.19

image: singlestore-db-dev-8-5-7:0.2.19

Or just:

image: singlestore-db-dev-8-5-7:latest

In docker-compose.yml.