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

lint: apply x/tools/modernize fixes and validation #3053

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

tonistiigi
Copy link
Member

Autogenerated

Same as moby/buildkit#5820

hasNetworkHostEntitlement = true
break
}
if slices.Contains(allowInsecureEntitlements, "network.host") {
Copy link
Member Author

Choose a reason for hiding this comment

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

hasNetworkHostEntitlement=

build/dial.go Outdated
found = true
break
}
if slices.ContainsFunc(rn.platforms, platforms.Only(p).Match) {
Copy link
Member Author

Choose a reason for hiding this comment

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

if slices.ContainsFunc

break
}
}
found := slices.Contains(refs, ref)
Copy link
Member Author

Choose a reason for hiding this comment

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

if !slices.Contains

@tonistiigi tonistiigi marked this pull request as ready for review March 10, 2025 15:09
@tonistiigi tonistiigi merged commit b88423b into docker:master Mar 11, 2025
138 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants