buildx/util/dockerutil/features.go
Justin Chadwell 183a73abae build: docker exporter should instead use oci with containerd
Signed-off-by: Justin Chadwell <me@jedevc.com>
2023-05-31 15:59:55 +01:00

6 lines
84 B
Go

package dockerutil
type Feature string
const OCIImporter Feature = "OCI importer"