Proton image not available at Dockerhub
I will to start using the Proactive Technology Online GE in a Docker environment, and I've found that the image exists in Dockerhub but it has never been pushed.
As the repository is there already and well documented also in Github, why not to generate the image (it can be automated) to just pull the image instead of having to build it?
With this approach would be able to run docker-compose and pull the image automatically saving the time to build it.
A ticket FIWARE.WorkItem.Data.CEP.DockerHub.ImproveUsability was opened in the FIWARE Jira system to handle this requets
Good question. Should do that. While it is convenient to get the docker image from here, it is equaly available form the github. You can pull it from there with svn to avoid a full cloning of the asset resources, like so: svn checkout https://github.com/ishkin/Proton/trunk/docker Thanks.
Also: There are some issues at work with that image so when that is fixed, we will push the image also to dockerhub. - Uri
This issue has been solved in two ways: 1. The Dockerfile has been simplified and unified with the puppet procedure so that all is done according to the same flow. 2. The image has been pushed to the docker hub. There is still a problem with tomcat initialization with an interim fix published.