Merge pull request #1325 from dmcgowan/diffid-labels

content: commit options
This commit is contained in:
Stephen Day
2017-08-14 15:17:37 -07:00
committed by GitHub
14 changed files with 441 additions and 116 deletions

View File

@@ -49,5 +49,5 @@ func Diff(ctx context.Context, snapshotID, contentRef string, sn snapshot.Snapsh
defer sn.Remove(ctx, lowerKey)
}
return md.DiffMounts(ctx, lower, upper, ocispec.MediaTypeImageLayer, contentRef)
return md.DiffMounts(ctx, lower, upper, ocispec.MediaTypeImageLayerGzip, contentRef)
}