Freigeben über


OciImageManifest type

Typ, der ein OCI-Bildmanifest darstellt (Manifest des Medientyps "application/vnd.oci.image.manifest.v1+json"). Weitere Informationen finden Sie in der Spezifikation unter https://github.com/opencontainers/image-spec/blob/main/manifest.md .

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