fix OCI image-spec dependency

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca
2017-01-22 22:17:19 +01:00
parent 0e1ba1fb70
commit 15b3fdf6f4
33 changed files with 221 additions and 3427 deletions

View File

@@ -16,6 +16,9 @@ package v1
import "regexp"
// ImageLayoutVersion is the version of ImageLayout
const ImageLayoutVersion = "1.0.0"
// ImageLayout is the structure in the "oci-layout" file, found in the root
// of an OCI Image-layout directory.
type ImageLayout struct {