Merge pull request #5672 from baude/v2save

podmanv2 save image
This commit is contained in:
OpenShift Merge Robot
2020-04-03 22:41:18 +02:00
committed by GitHub
10 changed files with 216 additions and 16 deletions

View File

@ -26,3 +26,10 @@ type InfoData struct {
// VolumeDriverLocal is the "local" volume driver. It is managed by libpod
// itself.
const VolumeDriverLocal = "local"
const (
OCIManifestDir = "oci-dir"
OCIArchive = "oci-archive"
V2s2ManifestDir = "docker-dir"
V2s2Archive = "docker-archive"
)