Local Image Builder
Building container images locally.
Last updated
Was this helpful?
Building container images locally.
Last updated
Was this helpful?
The local image builder is an flavor that comes built-in with ZenML and uses the local Docker installation on your client machine to build container images.
You should use the local image builder if:
you're able to install and use on your client machine.
you want to use remote components that require containerization without the additional hassle of configuring infrastructure for an additional component.
The local image builder comes with ZenML and works without any additional setup.
To use the Local image builder, we need:
installed and running.
The Docker client authenticated to push to the container registry that you intend to use in the same stack.
We can then register the image builder and use it to create a new stack:
For more information and a full list of configurable attributes of the local image builder, check out the .