Clone this repository onto your machine and change into its root directory.
git clone https://github.com/cloudfoundry-incubator/diego-dockerfiles.git && cd diego-dockerfiles
make the appropriate Docker image target from the list below (for example, make golang-ci to build the golang-ci Docker image). Alternatively, run make all to build all of the images. By default, images are created with the latest tag. To specify a different tag name, set the TAG environment variable to that tag name.
diego-docker-app
golang-ci
inigo-ci
Push the Docker image to Dockerhub:
To push all of the images, run make push.
To push a specific image, run docker push <IMAGE>.