Hi! I'm in the middle of getting fineract-cn-* images published to Docker Hub under Apache account. The idea is that every time a new pull request gets approved in Github it triggers a build in Docker Hub and a new image is automatically published with "latest" tag (releases get their own tag). I utilize Docker Multi Stage Builds - thank you Michael for suggestions how to solve building the jar and running it inside the same Dockerfile.
Currently I have set the images up on my own space: https://hub.docker.com/u/aasaru and one could run images like this: docker run aasaru/fineract-cn-provisioner (it downloads the image automatically) I wonder if anyone would have time to run the images or come up with any ideas what could be improved or adjusted. If not then we just get pull requests approved once Infra team has created the apache/fineract-cn-* Docker Hub repositories. I have documented how Docker Hub builds the images here: https://cwiki.apache.org/confluence/display/FINERACT/DockerHub+images Juhan >
