GetRemoteImageResult

data class GetRemoteImageResult(val id: String, val name: String, val repoDigest: String)

A collection of values returned by getRemoteImage.

Constructors

Link copied to clipboard
constructor(id: String, name: String, repoDigest: 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

The name of the Docker image, including any tags or SHA256 repo digests.

Link copied to clipboard

The image sha256 digest in the form of repo[:tag]@sha256:<hash>. It may be empty in the edge case where the local image was pulled from a repo, tagged locally, and then referred to in the data source by that local name/tag.