Skip to content

Scripts and files for the `Docker` images used as base templates at brightSPARK Labs.

License

Notifications You must be signed in to change notification settings

brightsparklabs/dockerfiles

Repository files navigation

dockerfiles

Scripts and files for the Docker images used as base templates at brightSPARK Labs.

Build

./gradlew buildDockerImages

Publish

  • 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.

Licenses

Refer to the LICENSE file for details.

About

Scripts and files for the `Docker` images used as base templates at brightSPARK Labs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published