Container with ruby 3.2 and heroku cli installed
327
I've created this image to allow getting your source code from heroku without installing the cli on your machine.
# heroku version
heroku/7.67.1 linux-x64 node-v14.19.0
To run the commandline try the following, which will allow you to save heroku files to your current directory:
docker run -it -v "$PWD":/usr/src/app kristianp/heroku-cli
Then run
heroku login
followed by
heroku git:clone -a myapp
Content type
Image
Digest
sha256:c8ed1310d…
Size
399.7 MB
Last updated
over 3 years ago
docker pull kristianp/heroku-cli