Skip to content

Provides a docker image with the BOSH CLI v2, and other useful build tools for cloud.gov.au

License

Notifications You must be signed in to change notification settings

govau/cga-cf-bosh-cli-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Docker Automated build Docker Build Status

Cloud Foundry BOSH CLI v2 deployed using docker

Provides a docker image with the BOSH CLI v2, and other useful build tools for cloud.gov.au

This repo is automatically built on docker hub.

How to get it?

Pull the image from docker hub:

docker pull govau/cga-cf-bosh-cli

How to build it locally?

Assumes you have docker running locally

  1. Clone this repository:
git clone https://github.com/govau/cga-cf-bosh-cli.git
  1. Build the image:
docker build cga-cf-bosh-cli