- Jun 09, 2020
-
-
Vincent Massol authored
* Added comment
-
TeoGoddet authored
XDOCKER-131: docker-entrypoint doen't set database
-
- Nov 28, 2019
-
-
Vincent Massol authored
-
- Jun 27, 2019
-
-
Vincent Massol authored
* And switch to AdoptOpenJDK 8.x for XWiki 10.x (since XWiki 10.x doesn't support Java 11)
-
Vincent Massol authored
[Misc] Remove dead code since we don't release Docker images on XWiki 9.x anymore (LTS has moved to 10.x)
-
- Jan 02, 2019
-
-
Vincent Massol authored
-
- Apr 24, 2018
-
-
Thomas Mortagne authored
-
- Mar 30, 2018
-
-
Carston Schilds authored
* Added logic for configuring an external Solr instance using environment variables * Updated README.md with instructions for using the XWiki image with an external Solr instance * Added a script, contrib/solr/solr-init.sh, which initializes a Solr container to be usable by XWiki
-
- Mar 25, 2018
-
-
Carston Schilds authored
* Improved docker-entrypoint.sh by adding compatibility for docker secrets * Updated README.md with examples of using the XWiki image in Docker Swarm along with Docker secrets and Docker configs
-
- Jan 31, 2018
-
-
Thomas Mortagne authored
-
- Nov 30, 2017
-
-
Thomas Mortagne authored
XDOCKER-40: Docker image use the wrong FS attachments setup
-
- Nov 29, 2017
-
-
Thomas Mortagne authored
XDOCKER-40: Docker image use the wrong FS attachments setup
-
- Sep 21, 2017
-
-
Vincent Massol authored
* Implement a sync strategy while waiting for XWiki to support configurations files located in the permanent directory by default
-
- Jun 24, 2017
-
-
Vincent Massol authored
-
- Apr 21, 2017
-
-
Vincent Massol authored
-
- Feb 25, 2017
-
-
Vincent Massol authored
* Use a better name for the property (thanks to Tianon)
-
- Feb 24, 2017
-
-
Vincent Massol authored
* Prepare the field by generifying the templates/build and docker files
-
Vincent Massol authored
* Implement a simple Gradle build to generate the various versions/variants.
-
Vincent Massol authored
-
- Feb 22, 2017
-
-
Denis GERMAIN authored
-
- Feb 10, 2017
-
-
Vincent Massol authored
[Misc] Fix typo in docker-entrypoint.sh that prevented using a custom mysql user name + Removed unnecessary env variable at runtime
-
- 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 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)
-