Docker build components allow you to connect a Dockerfile that will be used to build a container image.
Dockerfile
in a public or connected repo, and sync it into your
customer installs.
public_repo
block) or a private GitHub
repo (using a connected_repo
block). Read more about VCS configuration here.
Dockerfile
in a repo can be built, and synced.
The sync process works by creating a 1-time authentication flow that grants the Install Runner access to pull the image
from the org data plane, and copy it into the local registry.