Skip to content

cloudfoundry/capi-dockerfiles

Repository files navigation

Capi Docker Files

These Docker files are used to build Docker images in our CI. Those Docker images are then used to create containers in which Concourse tasks are run.

Building

To manually build a docker image and push to the docker repository:

cd ~/workspace/capi-dockerfiles/capi-go-units
docker build -t $(cat repository) .
docker push $(cat repository)

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published