Skip to content

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

Merged
tonistiigi merged 1 commit intodocker:masterfrom
tonistiigi:modernize-fixes
Mar 11, 2025
Merged

lint: apply x/tools/modernize fixes and validation#3053
tonistiigi merged 1 commit intodocker:masterfrom
tonistiigi:modernize-fixes

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

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@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