Bagikan melalui


OciImageManifest type

Jenis yang mewakili manifes gambar OCI (manifes jenis media "application/vnd.oci.image.manifest.v1+json"). Lihat spesifikasi di https://github.com/opencontainers/image-spec/blob/main/manifest.md untuk informasi selengkapnya.

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