BaseImageDependencyResponse

data class BaseImageDependencyResponse(val digest: String? = null, val registry: String? = null, val repository: String? = null, val tag: String? = null, val type: String? = null)

Properties that describe a base image dependency.

Constructors

Link copied to clipboard
constructor(digest: String? = null, registry: String? = null, repository: String? = null, tag: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val digest: String? = null

The sha256-based digest of the image manifest.

Link copied to clipboard
val registry: String? = null

The registry login server.

Link copied to clipboard
val repository: String? = null

The repository name.

Link copied to clipboard
val tag: String? = null

The tag name.

Link copied to clipboard
val type: String? = null

The type of the base image dependency.