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.
To manually build a docker image (e.g. capi-ruby-units) and push to the docker repository:
cd capi-ruby-units
docker build -t $(cat repository) .
docker push $(cat repository)