Sdílet prostřednictvím


OciImageManifest type

Typ představující manifest image OCI (manifest typu média "application/vnd.oci.image.manifest.v1+json"). Další informace najdete ve specifikaci na adrese https://github.com/opencontainers/image-spec/blob/main/manifest.md .

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