xwiki
Estimated reading time: 3 minutesXWiki: The Advanced Open Source Enterprise Wiki.
GitHub repo: https://github.com/xwiki-contrib/docker-xwiki
Library reference
This content is imported from the official Docker Library docs, and is provided by the original uploader. You can view the Docker Hub page for this image at https://hub.docker.com/images/xwiki
Supported tags and respective Dockerfile
links
10
,10.11
,10.11.6
,10-mysql-tomcat
,mysql-tomcat
,lts-mysql-tomcat
,lts-mysql
,lts
(10/mysql-tomcat/Dockerfile)10-postgres-tomcat
,10.11-postgres-tomcat
,10.11.6-postgres-tomcat
,postgres-tomcat
,lts-postgres-tomcat
,lts-postgres
(10/postgres-tomcat/Dockerfile)11
,11.2
,11-mysql-tomcat
,11.2-mysql-tomcat
,stable-mysql-tomcat
,stable-mysql
,stable
,latest
(11/mysql-tomcat/Dockerfile)11-postgres-tomcat
,11.2-postgres-tomcat
,stable-postgres-tomcat
,stable-postgres
(11/postgres-tomcat/Dockerfile)
Quick reference
-
Where to get help:
the XWiki Users Mailing List/Forum or the XWiki IRC channel -
Where to file issues:
the XWiki Docker JIRA project -
Maintained by:
the XWiki Community -
Published image artifact details:
repo-info repo’srepos/xwiki/
directory (history)
(image metadata, transfer size, etc) -
Image updates:
official-images PRs with labellibrary/xwiki
official-images repo’slibrary/xwiki
file (history) -
Source of this description:
docs repo’sxwiki/
directory (history) -
Supported Docker versions:
the latest release (down to 1.6 on a best-effort basis)
What is XWiki
XWiki is a free wiki software platform written in Java with a design emphasis on extensibility. XWiki is an enterprise wiki. It includes WYSIWYG editing, OpenDocument based document import/export, semantic annotations and tagging, and advanced permissions management.
As an application wiki, XWiki allows for the storing of structured data and the execution of server side script within the wiki interface. Scripting languages including Velocity, Groovy, Python, Ruby and PHP can be written directly into wiki pages using wiki macros. User-created data structures can be defined in wiki documents and instances of those structures can be attached to wiki documents, stored in a database, and queried using either Hibernate query language or XWiki’s own query language.
XWiki.org’s extension wiki is home to XWiki extensions ranging from code snippets which can be pasted into wiki pages to loadable core modules. Many of XWiki Enterprise’s features are provided by extensions which are bundled with it.
Usage
Please check the documentation to learn how to use the XWiki Docker images.
License
XWiki is licensed under the LGPL 2.1.
The Dockerfile repository is also licensed under the LGPL 2.1.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in the repo-info
repository’s xwiki/
directory.
As for any pre-built image usage, it is the image user’s responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.