DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Dockerhub autobuild configuration:
Docker Tag | Source |
|---|
| Image name | |
|---|---|
| latest | develop |
apache/fineract-cn-projectname:latest | Previous build is overwritten. | ||
release-{sourceref} | /^REL([0-9.]+)$/ | - | Without this configuration Docker Hub doesn't work. No build should actually trigger this. |
{\1}-{\2} | /^([0-9.]+)-([0-9A-Za-z.]+)$/ |
Github version tag becomes image name. For example:
|
|
|
|
| Tag name has to follow versioning scheme of fineract-cn projects (see README.md of each repo). | |
{\1}.{\2}.{\3} | /^([0-9]+)\.([0-9]+)\.([0-9]+)$/ |
Github version tag becomes image name. For example:
| Tag name has to follow versioning scheme of fineract-cn projects. |
For autobuild to work the Dockerfile of each repository has been split into two stages:
...