mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
build: docker exporter should instead use oci with containerd
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
5
util/dockerutil/features.go
Normal file
5
util/dockerutil/features.go
Normal file
@ -0,0 +1,5 @@
|
||||
package dockerutil
|
||||
|
||||
type Feature string
|
||||
|
||||
const OCIImporter Feature = "OCI importer"
|
Reference in New Issue
Block a user