buildkit/client/exporters.go

11 lines
170 B
Go
Raw Normal View History

package client
const (
ExporterImage = "image"
ExporterLocal = "local"
ExporterOCI = "oci"
exporterLocalOutputDir = "output"
exporterOCIDestination = "output"
)