github.com/tonistiigi/docker@v0.10.1-0.20240229224939-974013b0dc6a/builder/builder-next/worker/label/label.go (about)

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