refactor adding enum for storage types

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown 2017-07-20 12:48:46 -05:00
parent 9e3f78b8c8
commit 6bae7ca597
6 changed files with 41 additions and 32 deletions

View file

@ -10,6 +10,7 @@ import (
"github.com/opencontainers/image-spec/specs-go/v1"
)
// TODO (mikebrow): add annotations to the test
var expectedManifestSerialization = []byte(`{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.manifest.v1+json",