Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
danmatthews opened this issue Apr 25, 2024 · 0 comments

Comments

@danmatthews
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant