Merge pull request #83 from projectatomic/remove-from-api

Remove ManifestMIMETypes
This commit is contained in:
Antonio Murdaca 2016-05-31 11:28:51 +02:00
commit c24b42177e

View File

@ -10,15 +10,6 @@ import (
// FIXME: Should we just use docker/distribution and docker/docker implementations directly?
// ManifestMIMETypes returns a slice of supported MIME types
func ManifestMIMETypes() []string {
return []string{
DockerV2Schema1MIMEType,
DockerV2Schema2MIMEType,
DockerV2ListMIMEType,
}
}
const (
// DockerV2Schema1MIMEType MIME type represents Docker manifest schema 1
DockerV2Schema1MIMEType = "application/vnd.docker.distribution.manifest.v1+json"