Sign inSign up

vividvilla/rundeck-cli

By vividvilla

•Updated about 3 years ago

Automated Rundeck CLI docker images

Image
0

226

vividvilla/rundeck-cli repository overview

⁠Rundeck CLI docker image

Docker image for Rundeck CLI⁠.

Image tag will always be the same as upstream release version⁠ release tag. For example, v2.0.6⁠ can be pulled as vividvilla/rundeck-cli:v2.0.6 or ghcr.io/vividvilla/rundeck-cli-docker:v2.0.6.

⁠Usage

  • Use vividvilla/rundeck-cli:latest to pull from Dockerhub.
  • Use ghcr.io/vividvilla/rundeck-cli-docker:latest to pull from Github container registry.
docker run --rm -e RD_URL="http://rundeck:4440" -e RD_TOKEN="your_token_here" vividvilla/rundeck-cli:latest --help

# Run a particular version.
docker run --rm -e RD_URL="http://rundeck:4440" -e RD_TOKEN="your_token_here" vividvilla/rundeck-cli:v2.0.6 --help

# Connect to Rundeck accessible from local network.
docker run --rm --network host -e RD_URL="http://rundeck:4440" -e RD_TOKEN="your_token_here" vividvilla/rundeck-cli:latest --help

# User ENV file.
docker run --rm  --env-file ./path/to/.env vividvilla/rundeck-cli:latest --help

⁠Contributing

  • To update the version, change RD_CLI_VERSION in Dockerfile⁠ and create a PR.

⁠License

LICENSE⁠

Tag summary

Content type

Image

Digest

sha256:7278aa021…

Size

265.5 MB

Last updated

about 3 years ago

docker pull vividvilla/rundeck-cli