Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: custom builder registry configuration #660

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Conversation

Tpuljak
Copy link
Member

@Tpuljak Tpuljak commented Jun 7, 2024

Custom Builder Registry Configuration

Description

This PR introduces the option to choose a custom builder registry that was added to Daytona with daytona cr set. The registry will be used to store build images. Additionally, the Build Image Namespace option was introduced that is used when tagging and pushing build images.

BREAKING CHANGE

Before starting the server, users will need to add 'localBuilderRegistryPort' and 'builderRegistryServer' properties to their server configuration.
The following properties should be added:

  "localBuilderRegistryPort": 3988,
  "builderRegistryServer": "local",

(Note: "registryPort" can be removed from the config file)

On Mac
The file is located at: ~/Library/Application\ Support/daytona/server/config.json.

On Linux
The file is located at: ~/.config/daytona/server/config.json

On Windows
The file is located at: C:\Users\YOUR_USERNAME\AppData\Roaming\daytona\server\config.json

  • This change requires a documentation update
  • I have made corresponding changes to the documentation

Related Issue(s)

Closes #635

BREAKING CHANGE: users will need to update their server config.json with 'localBuilderRegistryPort' and 'builderRegistryServer' properties

Signed-off-by: Toma Puljak <toma.puljak@hotmail.com>
@Tpuljak Tpuljak requested review from a team as code owners June 7, 2024 12:39
@Tpuljak Tpuljak merged commit c6d118e into main Jun 11, 2024
12 checks passed
@Tpuljak Tpuljak deleted the external-build-registry branch June 11, 2024 10:04
@Tpuljak Tpuljak added the docs: needs update This PR requires the Daytona Docs to be updated label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs: needs update This PR requires the Daytona Docs to be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow external build registry configuration
3 participants