daytonaio / daytona

The Open Source Dev Environment Manager.
https://daytona.io
Apache License 2.0
11.47k stars 845 forks source link

feat: custom builder image #1350

Closed Tpuljak closed 10 hours ago

Tpuljak commented 3 days ago

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.