Provides a docker image with the cloudfoundry CLI and plugins for deploying to cloud.gov.au.
CircleCI is used to test each change. The image on the master branch is automatically published on docker hub.
Assumes you have docker running
This image is published on docker hub. To use it:
docker run -it --rm -v $PWD:/workspace --workdir=/workspace govau/cf-cli cf --version
The above command when run the first time will automatically pull the latest image from docker hub. If you run it again later, it will use the previously pulled version. To pull the latest version:
docker pull govau/cf-cli
Assumes you have docker running
git clone https://github.com/govau/cf-cli.git
docker build --tag cf-cli cf-cli
docker run -it --rm cf-cli cf --version
Content type
Image
Digest
Size
105.1 MB
Last updated
over 7 years ago
docker pull govau/cf-cli