OciImageManifest type
OCI görüntü bildirimini temsil eden tür ("application/vnd.oci.image.manifest.v1+json" medya türü bildirimi). Daha fazla bilgi için https://github.com/opencontainers/image-spec/blob/main/manifest.md'deki belirtim bölümüne bakın.
type OciImageManifest = {
annotations?: OciAnnotations
artifactType?: string
config: OciDescriptor
layers: OciDescriptor[]
mediaType?: Object
schemaVersion: 2
}