Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are public repositories in DockerHub for fineract-cn: 

Micro serviceApache URL Temporary URL for setting up (this column be deleted once the job is completed)





https://cloud.docker.com/repository/docker/aasaru/fineract-cn-provisioner



















Running a micro service public image

...

  • pushing to branch "develop" - triggers a build and publishes to "latest"
  • tagging a version - triggers a build and publishes it as a version:
    • if the tag has a form "numbers.and.dots-RELEASE" (case insensitive) then the docker tag will be "release-numbers.and.dots"
      • example: 1.2.3-RELEASE becomes "release-1.2.3"
      • example: v-1.2.3 - nothing is triggered as only numbers and dots are allowed
    • if the tag has a form "numbers.and.dots" then docker tag will be: "numbers.and.dots"
      • example: 1.2.3 becomes "ver-1.2.3"
  • pushing to any other branch besides "develop" - nothing is triggered and no images are built

...