Merge pull request #2110 from dmcgowan/manifest-add-uncompressed-type

Add uncompressed layer media type
pull/2115/head
Derek McGowan 2016-12-16 11:45:55 -08:00 committed by GitHub
commit 2d500932f2
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ const (
// MediaTypeForeignLayer is the mediaType used for layers that must be
// downloaded from foreign URLs.
MediaTypeForeignLayer = "application/vnd.docker.image.rootfs.foreign.diff.tar.gzip"
// MediaTypeUncompressedLayer is the mediaType used for layers which
// are not compressed.
MediaTypeUncompressedLayer = "application/vnd.docker.image.rootfs.diff.tar"
)
var (