你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OciImageManifest type

表示 OCI 映像清单的类型(媒体类型“application/vnd.oci.image.manifest.v1+json”的清单)。 有关详细信息,请参阅 https://github.com/opencontainers/image-spec/blob/main/manifest.md 中的规范。

type OciImageManifest = {
  annotations?: OciAnnotations
  artifactType?: string
  config: OciDescriptor
  layers: OciDescriptor[]
  mediaType?: Object
  schemaVersion: 2
}