Heroku CLI for CI
10K+
This is a image to run the heroku cli.
latest (Dockerfile)Run the heroku-cli image:
docker run \
--rm \
--interactive \
--tty \
--volume "$(pwd)":/app \
finalgene/heroku-cli
Mount the .netrc-file into the container to use the interactive login.
docker run \
--rm \
--interactive \
--tty \
--volume ~/.cache/heroku:/root/.cache/heroku \
--volume ~/.local/share/heroku:/root/.local/share/heroku \
--volume ~/.netrc:/root/.netrc \
--volume "$(pwd)":/app \
finalgene/heroku-cli login
You can use any of the heroku cli commands
docker run \
--rm \
--interactive \
--tty \
--volume ~/.cache/heroku:/root/.cache/heroku \
--volume ~/.local/share/heroku:/root/.local/share/heroku \
--volume ~/.netrc:/root/.netrc \
--volume "$(pwd)":/app \
finalgene/heroku-cli help
For further information take a look at the heroku command documentation.
Where to get help: the Docker Community Forums, the Docker Community Slack, or Stack Overflow
Where to file issues: https://github.com/finalgene/docker-hub-heroku-cli/issues
Maintained by: The final gene Team
Source of this description: Repository README.md
Content type
Image
Digest
sha256:bbb5677e1…
Size
73.7 MB
Last updated
about 3 years ago
docker pull finalgene/heroku-cliPulls:
194
Last week