Scripts and files for the Docker
images used as base templates at
brightSPARK Labs.
./gradlew buildDockerImages
- Tag the new version of the repo:
git checkout develop
git tag -a -m "<ticket>: Tag version v<X.Y.Z>" <X.Y.Z>
git checkout master
git merge develop
git push --all
git push --tags
- The CI server will automatically publish the new images.
Refer to the LICENSE
file for details.