18F / cloud-foundry-cli

Docker image for running the Cloud Foundry CLI
https://hub.docker.com/r/18fgsa/cloud-foundry-cli/
1 stars 2 forks source link

CircleCI should run the docker build at least #13

Open rogeruiz opened 6 years ago

rogeruiz commented 6 years ago

We should have CircleCI setup to do a minimum of continuous integration by building the docker image in the CI on PRs and merges to master.

Docs

https://circleci.com/blog/how-to-build-a-docker-image-on-circleci-2-0/

adborden commented 6 years ago

We currently have Docker Hub doing the automated builds. This works for now, unless you're looking to implemented some automated tests as part of CI?