label.go 249 B

123456789
  1. package label
  2. // Pre-defined label keys similar to BuildKit ones
  3. // https://github.com/moby/buildkit/blob/v0.11.6/worker/label/label.go#L3-L16
  4. const (
  5. prefix = "org.mobyproject.buildkit.worker.moby."
  6. HostGatewayIP = prefix + "host-gateway-ip"
  7. )