/cga-cf-bosh-cli-docker

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

Primary LanguageDockerfileMIT LicenseMIT

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