Rundeck Job Runner tool
1.9K
Job Scheduler Manager
This container contains the Rundeck Job Scheduler server installation based on Linux Centos 7 & puppet.
Current branch: latest
3.0.2-1, 3.0.2-22.10.2.12.7.2.12.7.1.7, 2.7.1.6, 2.7.1.5, 2.7.1.4, 2.7.1.3, 2.7.1.2, 2.7.1.1For previous versions or newest releases see other branches.
Rundeck is a jobseduler with interdependeces and a nice GUI (http://rundeck.org)
3.0.2-2 - Latest: Upgrade to 3.0.7 Upgrade to java 8-1622.10.2.1 - Upgrade to 2.10.2 Upgrade to java 8-1522.7.2.1 - Upgrade to 2.7.22.7.1.7 - Changed the monitored file to see if sync is needed to jaas-loginmodule.conf2.7.1.6 - Small adjustments on logs2.7.1.5 - Change configuration file to rundeck-config.properties2.7.1.4 - Added the RUNDECK_URL parameter2.7.1.3 - Fixes on the docker image & puppet base image upgrade2.7.1.2 - Auto repopulation of /etc/rundeck in the case you want to mount it2.7.1.1 - First versionPull the image from docker hub.
docker pull ffquintella/docker-rundeck:latest
Alternately you can build the image locally.
git clone https://github.com/ffquintella/docker-rundeck.git
cd docker-rundeck
./build.sh
docker run ffquintella/rundeck:latest
You can mount directly /etc/rundeck on a local folder because the start script you deal with the files recreation We also sugest creating a volume to /var/lib/rundeck/projects
You can mount directly
No special users
Next ports are exposed
8080/tcp - default portWe use puppet as the default entry point to manage the environment
Service is launched in background. Which means that is possible to restart without restarting the container.
It is recommended to specify hostname for this image.
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
563.5 MB
Last updated
almost 8 years ago
docker pull ffquintella/docker-rundeck