مشاركة عبر


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
}