Hi Ludo, > On 27 Nov 2016, at 20:04, Ludovic Dubost <[email protected]> wrote: > > Hi, > > I've made a pull request to Fabio's dockerfile to update it to 8.4.1. > > https://github.com/xwiki-contrib/docker-xwiki/pull/2 > > In the process I made quite some changes: > > > - Support for XWiki 8.4.1 and Java 8 (needed debian jessie-backports) > - Added libreoffice server > - Added xinit to manage xwiki instance > - Added webapps/ROOT/index.html to redirect to XWiki page from root URL > - Persistence handled in a data container > - Added quickRun.sh for one click build and run
Sounds cool. > I think it would be good for the xwiki community to have an officiel > Dockerfile and to publish it on docker hub for people to find an "official" > XWiki available for the latest version. Yes that was also my goal when I worked on this some time ago but I didn’t get to finish the work to be good enough. > The approach in this Dockerfile might not be perfect but it's an acceptable > one I think. Haven’t checked your solution but the one I used is using docker-compose (see below). > I would like to change the distributionId for this instance. Once the xwiki > war is deployed, what needs to be changed to change the distributionId ? I’ve also worked on version 2 of what Fabio started (I had discussed with Fabio about the approach). See https://github.com/xwiki-contrib/docker-xwiki/tree/VERSION2 Now, it would be great to merge the approaches :) Thanks -Vincent > Ludovic > > -- > *Ludovic Dubost* > *Founder and CEO* > [email protected] > skype: ldubost > Blog: http://blog.ludovic.org > <https://r.clb.pt/r/08c3c9b2cf61b703f121baebe7511ede?d=http%3A%2F%2Fblog.ludovic.org> > _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

