The Continuous Integration (CI) associated with this repository is responsible for publishing these images in Docker Hub Container Registry.
This project relies on publicly-available versions of singlestoredb-studio and singlestoredb-toolbox, so make sure that your target versions have already been released.
- Update the
Makefilein the root of this repository to refer to the new version of the product you're releasing. - Use the standard
arcand Phabricator workflow for code reviewing the change. (if you're not a SingleStore employee, please send a Pull Request through GitHub) - One you land, CircleCI will automatically start a new pipeline for that commit.
- When the tests pass, run the publish jobs in CircleCI to push everything to Docker Hub and Red Hat's equivalent.
There are two ways:
- Go to the CircleCI page directly, and sign in with your GitHub account to find the pipeline for your commit.
- Go to GitHub to find your commit. There is a single yellow dot next to your commit. Click on the yellow dot and it will show you various jobs you can run on CircleCI.