mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-29 08:57:44 +08:00
Remove support for network override in bake
Signed-off-by: Zachary Povey <zachary.povey@autotrader.co.uk>
This commit is contained in:
parent
4ee7f70400
commit
7f8dbf890d
@ -567,8 +567,6 @@ func (t *Target) AddOverrides(overrides map[string]Override) error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
case "network":
|
|
||||||
t.NetworkMode = &o.Value
|
|
||||||
default:
|
default:
|
||||||
return errors.Errorf("unknown key: %s", keys[0])
|
return errors.Errorf("unknown key: %s", keys[0])
|
||||||
}
|
}
|
||||||
|
@ -291,7 +291,7 @@ $ docker buildx bake --set foo*.no-cache # bypass caching only for
|
|||||||
|
|
||||||
Complete list of overridable fields:
|
Complete list of overridable fields:
|
||||||
`args`, `cache-from`, `cache-to`, `context`, `dockerfile`, `labels`, `no-cache`,
|
`args`, `cache-from`, `cache-to`, `context`, `dockerfile`, `labels`, `no-cache`,
|
||||||
`output`, `platform`, `pull`, `secrets`, `ssh`, `tags`, `target`, `network`
|
`output`, `platform`, `pull`, `secrets`, `ssh`, `tags`, `target`
|
||||||
|
|
||||||
### File definition
|
### File definition
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user