GetRegistryImageManifestsManifest

data class GetRegistryImageManifestsManifest(val architecture: String, val mediaType: String, val os: String, val sha256Digest: String)

Constructors

Link copied to clipboard
constructor(architecture: String, mediaType: String, os: String, sha256Digest: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The platform architecture supported by the manifest.

Link copied to clipboard

The media type of the manifest.

Link copied to clipboard
val os: String

The operating system supported by the manifest.

Link copied to clipboard

The content digest of the manifest, as stored in the registry.