GetRegistryImageResult

data class GetRegistryImageResult(val id: String, val insecureSkipVerify: Boolean? = null, val name: String, val sha256Digest: String)

A collection of values returned by getRegistryImage.

Constructors

Link copied to clipboard
constructor(id: String, insecureSkipVerify: Boolean? = null, name: String, sha256Digest: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

If true, the verification of TLS certificates of the server/registry is disabled. Defaults to false

Link copied to clipboard

The name of the Docker image, including any tags. e.g. alpine:latest

Link copied to clipboard

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