builder: do not set network.host entitlement flag if already set in buildkitd conf

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-09-11 12:27:29 +02:00
parent 40f444f4b8
commit 617d59d70b
4 changed files with 73 additions and 22 deletions

View File

@ -32,7 +32,7 @@ func LoadConfigFiles(bkconfig string) (map[string][]byte, error) {
}
// Load config tree
btoml, err := loadConfigTree(bkconfig)
btoml, err := LoadConfigTree(bkconfig)
if err != nil {
return nil, err
}