feat(gitlab-ci): integrate the ci-tools with automatic docker build and release
We want to tag images based on the different steps of the release cycle:
-
dev
images where developpement is integrated -
testing
images where releases are stabilised -
stable
images when the release is done-
major
tag with only the first digit of the semantic version, this tag will always point to the latest release of the major version -
minor
tag with only the first 2 digits of the semantic version, this tag will always point to the latest release of the minor version -
release
tag with the full semantic version -
latest
/stable
point to the latest stable image
-
We use semantic-release to create release automatically based on commit messages, so we enforce commit message formatting with commitlint.
Docker images are automatically build and pushed to hub.eole.education.
Closes #1 (closed)
Edited by Daniel Dehennin