Added the option to configure the custom builder image. The option in the server existed before but wasn't used in the entire build process. The image, with the appropriate registry is used in the entire creation process now.
Additionally, added container registry credentials to the local container registry service. If the local registry fails to start, the serve command does not exit. Instead, it prints out the error and lets the user know they should restart the server to restart the registry.
[ ] This change requires a documentation update
[ ] I have made corresponding changes to the documentation
Custom Builder Image
Description
Added the option to configure the custom builder image. The option in the server existed before but wasn't used in the entire build process. The image, with the appropriate registry is used in the entire creation process now.
Additionally, added container registry credentials to the local container registry service. If the local registry fails to start, the serve command does not exit. Instead, it prints out the error and lets the user know they should restart the server to restart the registry.
Related Issue(s)
Closes https://github.com/daytonaio/daytona/issues/1348
Notes
All providers will need to be updated.