You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Union Image Builder supports the ability to build container images within the dataplane. Subsequently enabling the use of the `union` builder type within defined [ImageSpecs](../../user-guide/development-cycle/image-spec.md).
9
+
Union Image Builder supports the ability to build container images within the dataplane. Subsequently enabling the use of the `remote` builder type for any defined [Container Image](../../user-guide/task-configuration/container-images.md).
> By default, Image Builder is disabled. And has to be enabled by configuring the builder type to `remote` in flyte config
19
27
20
28
## Requirements
21
29
22
-
*Union requires that a `production` domain exists. The image building process runs in the `system`project by default.
30
+
*The image building process runs in the target run's project and domain. Any image push secrets needed to push images to the registry will need to be accessible from the project & domain where the build happens.
> This secret will be available to all projects and domains in your tenant. If you want to scope it down add --project and --domain. [Learn more about Union Secrets](../../user-guide/development-cycle/managing-secrets.md)
0 commit comments