Sign inSign up

govau/cf-cli

By govau

Updated over 7 years ago

Docker image with cloud foundry cli

Image
0

500K+

govau/cf-cli repository overview

Docker Automated build Docker Build Status CircleCI

Cloud Foundry CLI deployed using docker

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.

How to use it?

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
How to build it locally?

Assumes you have docker running

  1. Clone this repository:
git clone https://github.com/govau/cf-cli.git
  1. Build the image and tag it cf-cli:
docker build --tag cf-cli cf-cli
  1. Verify the built image:
docker run -it --rm cf-cli cf --version

Tag summary

Content type

Image

Digest

Size

105.1 MB

Last updated

over 7 years ago

docker pull govau/cf-cli