...
We should enable automated Builds from the git repos. The container images tags should be as follow:
Git branch/tag | Docker Image tag |
---|---|
branch/master | latest |
tag/vX.Y.Z | X.Y.Z |
branch/develop | develop |
VERSIONING and Release Cicle
...
...
We should enable automated Builds from the git repos. The container images tags should be as follow:
Git branch/tag | Docker Image tag |
---|---|
branch/master | latest |
tag/vX.Y.Z | X.Y.Z |
branch/develop | develop |
...