Containers
Garden can build your container images and the built image can then be referenced in your Kubernetes manifests, Helm charts, and tests runs.
By default, Garden will use local Docker to build images but we highly recommend using our Remote Container Builder which can significantly speed up your container builds (see link for how to set up).
You can then add container
Build actions to your project that will be built via the appropriate build mode.
Last updated
Was this helpful?