Confluence server install using puppet and centos 7
10K+
This container contains the confluence server installation based on Linux Centos 7 & puppet.
For previous versions or newest releases see other branches.
Dockerfiles to build Confluence
6.15.4.1 - Latest: Upgrade to 6.15.4; Changed java to openjdk-1.8.0.2126.15.2.5 - Fix base.pp 26.15.2.2 - Fix base.pp6.15.2.1 - Upgrade to 6.15.26.2.1.15.10.8.2 - First versionPull the image from docker hub.
docker pull ffquintella/docker-confluence
Alternately you can build the image locally.
git clone https://github.com/ffquintella/docker-confluence.git
cd docker-confluence
./build.sh
Just create a volume or share a host directory for /opt/confluence-home and (optionaly) for the configuration dir confluence uses.
You can also use the pre_run_cmd variable to determine commands to be pre-runned
This image doesn't use data volumes by default but you should configure /opt/jira-home to point to a data volume or to point to a folder in the local disk
No special users
Next ports are exposed
8080/tcp - default portWe use puppet as the default entry point to manage the environment
Confluence is launched in background. Which means that is possible to restart confluence without restarting the container.
It is recommended to specify hostname for this image, so if you will recreate confluence instance you will keep the same hostname.
The image is configured to use /etc/pki/tls/certs as the base ssl cert configuration. Java will use /etc/pki/tls/certs/java/cacerts as it's keychain.
If you want to add more certs to it ou can mount this file.
Some basic configurations are allowed to configure the system and make it easier to change at docker command line
Basically stop your running container;
Docker pull latest version
Start a new instance with the new image (backup your data dir)
My thanks to the following
Content type
Image
Digest
Size
793.2 MB
Last updated
over 7 years ago
docker pull ffquintella/docker-confluence