vendor: github.com/moby/buildkit 8e3fe35738c2 (v0.13.0-dev)

full diff: 8e3fe35738...d6e142600e

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-02-22 18:16:04 +01:00
parent 69bd408964
commit b16bd02f95
4 changed files with 10 additions and 4 deletions

View File

@ -0,0 +1,6 @@
package appdefaults
const (
BridgeName = "buildkit0"
BridgeSubnet = "10.10.0.0/16"
)