Skip to content

Move resolver config to a dedicated package#2377

Merged
crazy-max merged 1 commit intomoby:masterfrom
crazy-max:resolver-config
Sep 27, 2021
Merged

Move resolver config to a dedicated package#2377
crazy-max merged 1 commit intomoby:masterfrom
crazy-max:resolver-config

Conversation

@crazy-max
Copy link
Copy Markdown
Member

Follow-up #2361

Move resolver config to a dedicated package to avoid importing resolver dependencies while using cmd/buildkitd/config package.

Signed-off-by: CrazyMax crazy-max@users.noreply.github.com

} `toml:"worker"`

Registries map[string]resolver.RegistryConfig `toml:"registry"`
Registries map[string]rconfig.RegistryConfig `toml:"registry"`
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can we call this resolverconfig. I think the extra verbosity is justified here

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants