full diff: https://github.com/moby/buildkit/compare/8e3fe35738c2...d6e142600ee5 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
7 lines
90 B
Go
7 lines
90 B
Go
package appdefaults
|
|
|
|
const (
|
|
BridgeName = "buildkit0"
|
|
BridgeSubnet = "10.10.0.0/16"
|
|
)
|