build: docker exporter should instead use oci with containerd

Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
Justin Chadwell
2023-05-19 10:49:36 +01:00
parent 17bdbbd3c3
commit 183a73abae
3 changed files with 34 additions and 8 deletions

View File

@ -0,0 +1,5 @@
package dockerutil
type Feature string
const OCIImporter Feature = "OCI importer"