rundeck / docker-zoo

196 stars 82 forks source link

where is Dockerfile of rundeck #11

Closed changsijay closed 4 years ago

changsijay commented 4 years ago

https://hub.docker.com/r/rundeck/rundeck

maybe can release the Dockerfile for people to change and build it manually? (if there is no people taking care issues in this repo.)

ltamaster commented 4 years ago

Hi @changsijay Have you checked this? https://github.com/rundeck/docker-zoo/blob/master/config/Dockerfile

Luis

changsijay commented 4 years ago

@ltamaster this is not Dockerfile of rundeck image. It is an example how to use rundeck image.

changsijay commented 4 years ago

For example, the latest rundeck image is rundeck:3.1.2 But there is no Dockerfile of this image.

Take postgres for example: https://hub.docker.com/_/postgres

Every release tag is a hyper link to its Dockerfile. Which makes people easy to customize it.

ProTip commented 4 years ago

Hi @changsijay

The Docker build is located here: https://github.com/rundeck/rundeck/tree/master/docker/official