Git Product home page Git Product logo

docker-zoo's Introduction

Rundeck Docker Zoo

Welcome to Rundeck's docker Zoo! Here we have many exhibits, both common and exotic.

These examples are great for trying out Rundeck in different setups, as well as a reference and starting place for your own deployments.

Topics

Authentication

Extending Configuration

External Database Config

Kubernetes

Plugin Bundling

Reverse Proxy

Conventions

Config via .env

Each docker-compose based exhibit has a .env.dist file that can be used to configure the example after being copied to .env . Some require it be populated and will call this out in the instructions. For all others it can be used to changed the Rundeck docker image and other various defaults.

Rundeck Enterpise (fka Pro) images

For each exhibit copy .env.dist to .env and uncomment the pro section. Provide the desired image and license file location:

RUNDECK_IMAGE=rundeckpro/enterprise:SNAPSHOT
RUNDECK_LICENSE_FILE=/path/to/rundeck-license.key

Updating/Changing Images

For docker-compose without builds:

docker-compose down
docker-compose pull

For docker-compose with builds:

docker-compose down
docker-compose pull && docker-compose build --pull
docker-compose up

Teardown

To remove the setup including data volumes:

docker-compose down --volumes

docker-zoo's People

Contributors

ahormazabal avatar chobbs avatar danielabbatt avatar faycaloctodet avatar fdevans avatar gschueler avatar jorn-k avatar jplassnibatt avatar kevinadhiguna avatar khudgins avatar lighty avatar ltamaster avatar protip avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-zoo's Issues

Installing Plugins?

Hi All

What is the correct method for installing plugins on the container images? The documentation says they should be placed into ~/libext/, but as we all know, container images are ephemeral, so this is bad practise.

I've see 1 non-official image that checks a "plugins-to-install" path, with the intent this is an external volume, and it moves them across on libext on restart.

Is there a similar feature on the "official" container image(s)?

Thanks

set quartz.threadPool.threadCount

Hi, I am using rundeck container now, and I changed quartz.threadPool.threadCount in rundeck-config.properties.
However it seems every time container restart will overwrite the config.
Is there any way to set quartz.threadPool.threadCount?

Community Edition needed

Need to also show how to setup Community Edition on Kubernetes since it is much more widely used than RunDeck Pro.

change rundeck-config

Hi

I am testing you docker image which is great. I would like to know if it is possible to change configs in rundeck-config via a docker environment variable?

For now I am trying to change "rundeck.projectsStorageType=db"
to rundeck.projectsStorageType=filesystem

Any suggestions ? I want to avoid building a new docker image

Can't dowload rundeck image

Hello,

I've been trying to download the official rundeck image but no matter the version I keep getting a 503 service unavailable. See below what is entered and returned:

  $ docker run --name some-rundeck -p 4440:4440 -v data:/home/rundeck/server/data rundeck/rundeck:3.3.9
  Unable to find image 'rundeck/rundeck:3.3.9' locally
  3.3.9: Pulling from rundeck/rundeck
  23884877105a: Pull complete
  bc38caa0f5b9: Pull complete
  2910811b6c42: Pull complete
  36505266dcc6: Pull complete
  de18e8fd681b: Pull complete
  02fe389e8d8b: Pull complete
  76bf84b9319b: Pull complete
  9c695db66941: Pull complete
  18d38d95b463: Downloading
  a2afeb86804c: Download complete
  c5f298c95ae2: Download complete
  193aee228912: Download complete
  8a349fa18e80: Download complete
  6db46b413c55: Download complete
  docker: received unexpected HTTP status: 503 Service Unavailable.
  See 'docker run --help'.

Is anyone else having problems downloading, is there another way I should do this?

In the interim I opted to download an image from this repo (which I didn't have a problem doing), but I have been getting from reverse proxy errors (see here), that -to some- sound like they are because it's not the official image.

Plugins

Hi,
How can I install plugins, plz ?
They are supposed to be located in a folder which is not a volume.

Best regards,
Fred.

Persistent Node resources.xml file?

Hey,

I added a resources.xml file as node source, but I'm not able to get it to be persistent with volume mounts as this results in the incorrect directory permissions with Rundeck not being able to write/read.

What's the correct way to achieve this?

While copying the file via a Dockerfile would most likely work, it wouldn't allow the editing of the file via the Rundeck UI.

Missing variable for Oracle database

The setup inside the docker image for Oracle is not complete, you should add the environment variable below. If not you will encountered disconnection from the database and errors inside rundeck like this one :
Caused by: org.hibernate.exception.GenericJDBCException: could not prepare statement

Variable to add into the docker-compose.yml :
RUNDECK_DATABASE_VALIDATIONQUERY: SELECT 1 FROM DUAL

Franck

Missing option in RUNDECK_DATABASE_URL?

I am using docker-compose to start a rundeck container (self made but based on the offical one) and a mysql container.

rundeck fails with

com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.,
[...]
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Public Key Retrieval is not allowed,

In docker-compose.yaml I had to change RUNDECK_DATABASE_URL to this to make it work:

RUNDECK_DATABASE_URL: jdbc:mysql://mysql/rundeck?autoReconnect=true&useSSL=false&allowPublicKeyRetrieval=true

Note the addition of &allowPublicKeyRetrieval=true

Should this be added to the official docker-compose.yaml or did I make a mistake somehwere else?

Host: Red Hat 7.4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.