Hi Sathwik, my proposal is to add a Dockerfile to the repo (e.g., https://github.com/hahnml/ode/blob/master/Dockerfile) which allows to run ODE as a Docker container.
Based on that it would be possible to configure/enable automatic builds of the Docker image on Docker Hub (e.g., https://hub.docker.com/r/hahnml/ode/). Everybody who wants to check/try the latest version of ODE (or any tagged releases of it) can then pull the latest image from Docker Hub and run it without the need to build the sources, setup a tomcat, etc. Best regards, Michael -----Ursprüngliche Nachricht----- Von: Sathwik B P [mailto:sathwik...@gmail.com] Gesendet: Mittwoch, 31. Januar 2018 09:37 An: dev@ode.apache.org Betreff: Re: ODE Docker container Hi Michael, My buildr docker conatiner is a fork from Tammo's original concept. I do use the same conatiner to build locally and we have configured the same to be used on the APACHE CI. You can find a ci-build.sh under the ode repo. I locally run as follows. ./ci-build.sh -f Rakefile clean package install test=yes What is your proposal? On Wed, Jan 31, 2018 at 1:42 PM, Michael Hahn <mhahn....@gmail.com> wrote: > Hi Sathwik, > > thanks for merging the PR regarding the extension activity support. > > Locally, I’m using a Docker container for building and testing ODE > (based on your buildr container on Docker Hub). > > What do you think about adding a corresponding Dockerfile to the > master branch and maybe also publishing it on Docker Hub so that > people that are interested in running ODE can also go with Docker? > > If you like I can prepare a corresponding Dockerfile and create a new > PR for it. > I would then use a tomcat-based setup with Java 8, but just let me > know if you have other preferences regarding the setup. > > Best regards, > Michael > >