Skip to content

Overview

Introduced in v1.8.0

Builders are tools used to package Git services into deployable containers. They either detect or generate a Dockerfile, then build your application using docker build.

Supported builders include:

When building your application, all the services from the same project are available, you can reference them using their network alias.