Code Monkey home page Code Monkey logo

docker-zoo's Introduction

Rundeck

Travis Deb RPM War
Travis CI Download Download Download

Rundeck is an open source automation service with a web console, command line tools and a WebAPI. It lets you easily run automation tasks across a set of nodes.

See the Release Notes for the latest version information.

How To Build:

Primary build is supported with gradle. More info in the wiki.

Requirements: Java 1.8, NodeJs 16

Build with Gradle

Produces: rundeckapp/build/libs/rundeck-X.Y.war

./gradlew build

Docker Build

Uses the war artifact and produces a docker image.

Creates image rundeck/rundeck:SNAPSHOT, you can define -PdockerTags to add additional tags

./gradlew :docker:officialBuild

Documentation

Available online at https://docs.rundeck.com/docs

FAQ: https://github.com/rundeck/rundeck/wiki/FAQ

Development

Refer to the IDE Development Environment to get set up using IntelliJ IDEA or Eclipse/STS.

Do you have changes to contribute? Please see the Development wiki page.

License

Copyright 2023 Rundeck, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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

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

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

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.

Community Edition needed

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

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.

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

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?

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.