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

Move resolver config to a dedicated package #2377

Merged
merged 1 commit into from
Sep 27, 2021

Conversation

crazy-max
Copy link
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

@@ -21,7 +21,7 @@ type Config struct {
Containerd ContainerdConfig `toml:"containerd"`
} `toml:"worker"`

Registries map[string]resolver.RegistryConfig `toml:"registry"`
Registries map[string]rconfig.RegistryConfig `toml:"registry"`
Copy link
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
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