- Feb 24, 2017
-
-
Vincent Massol authored
* FIxed missing modification from past commit
-
Vincent Massol authored
XDOCKER-11: Stop using Docker link feature (legacy/deprecated) XDOCKER-12: xwiki image is not laucnhed as a deamonbut as interactive XDOCKER-10: Cannot change database name
-
- Feb 23, 2017
-
-
Denis GERMAIN authored
'Creating network "xwikimysqltomcat_bridge" with driver "bridge"'
-
Vincent Massol authored
-
Vincent Massol authored
[Misc] Improve doc (was committed as part of "XDOCKER-13: Add an image tag for XWiki 9.0 and publish on dockerhub" on the 9.x branch)
-
- Feb 22, 2017
-
-
Denis GERMAIN authored
-
Denis GERMAIN authored
-
Denis GERMAIN authored
-
- Feb 10, 2017
-
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
[Misc] Fix typo in docker-entrypoint.sh that prevented using a custom mysql user name + Removed unnecessary env variable at runtime
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
[Misc] Fix wrong VOLUME location issue introduced when I refactored the code to depend on the tomcat image instead of on debian jesse directly...
-
Vincent Massol authored
-
Vincent Massol authored
[Misc] Fix sample docker-compose example for using xwiki now that xwiki has an official image on dockerhub
-
- Feb 08, 2017
-
-
Vincent Massol authored
-
Vincent Massol authored
-
- Feb 01, 2017
-
-
Vincent Massol authored
[Misc] Apply best practices as reported by yosifkit on https://github.com/docker-library/official-images/pull/2563#issuecomment-276541490 * Removed the not needed sh files * Allow passing parameters to catalina.sh from the docker command line * Removed unnecessary apt upgrade + unncessary --force-yes option * Verify sha of xwiki war to make sure the right WAR is downloaded and avoid man in the middle attacks * Simplify the sed expression and do it in one step * Remove unnecessary EXPOSE (done by the tomcat image) * Install the MySQL JDBC driver using apt-get (libmysql-java package) instead of getting it directly from upstream
-
- Jan 31, 2017
-
- Jan 30, 2017
-
-
Vincent Massol authored
[Misc] Add missing license headers + apply docker best practice for consistency (see https://github.com/docker-library/official-images#consistency)
-
Vincent Massol authored
-
Vincent Massol authored
* Fix typo from previous commit * Remove the need for sudo and the need to execute as tomcat user * Removed CATALINA_HOME and CATALINA_BASE from setenv.sh since they're not taken into account and copy setevn.sh to the right place * Nano wasn't needed either (was a leftover)
-
Vincent Massol authored
[Misc] Spread ENV variables so that they are placed just before where they are used so that we can use Docker's build cache as aggressively as possible. Suggestion from Tianon Gravi.
-
- Jan 24, 2017
-
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
-
- Jan 20, 2017
-
-
Vincent Massol authored
-
Vincent Massol authored
Dockerfile optimisations (docker image size)
-
Vincent Massol authored
-
- Jan 19, 2017
-
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
-
Vincent Massol authored
-
- Jan 18, 2017