Skip to content

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