1 Star 0 Fork 0

docker-mirror / distribution

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
versioned.go 439 Bytes
一键复制 编辑 原始数据 按行查看 历史
lilongyu 提交于 2020-10-09 11:10 . Initial commit
package manifest
// Versioned provides a struct with the manifest schemaVersion and mediaType.
// Incoming content with unknown schema version can be decoded against this
// struct to check the version.
type Versioned struct {
// SchemaVersion is the image manifest schema that this image follows
SchemaVersion int `json:"schemaVersion"`
// MediaType is the media type of this schema.
MediaType string `json:"mediaType,omitempty"`
}
1
https://gitee.com/docker-mirror/distribution.git
git@gitee.com:docker-mirror/distribution.git
docker-mirror
distribution
distribution
ccecc01c46a5

搜索帮助

53164aa7 5694891 3bd8fe86 5694891