This image is for building containers for accessing Bosh programmatically or CF from our pipelines using the Bosh v2 CLI or using the CF Cli. Logging into Bosh, or CF, and managing secrets is to be done in the pipelines using this image.
$ cd bosh-cli-v2
$ docker build -t bosh-cli-v2-cf-cli .
docker run -i -t bosh-cli-v2-cf-cli bosh --version;cf --version