GetImageResult

data class GetImageResult(val id: String, val imageDigest: String, val imagePushedAt: Int, val imageSizeInBytes: Int, val imageTag: String? = null, val imageTags: List<String>, val mostRecent: Boolean? = null, val registryId: String, val repositoryName: String)

A collection of values returned by getImage.

Constructors

Link copied to clipboard
constructor(id: String, imageDigest: String, imagePushedAt: Int, imageSizeInBytes: Int, imageTag: String? = null, imageTags: List<String>, mostRecent: Boolean? = null, registryId: String, repositoryName: 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
Link copied to clipboard

Date and time, expressed as a unix timestamp, at which the current image was pushed to the repository.

Link copied to clipboard

Size, in bytes, of the image in the repository.

Link copied to clipboard
val imageTag: String? = null
Link copied to clipboard

List of tags associated with this image.

Link copied to clipboard
val mostRecent: Boolean? = null
Link copied to clipboard
Link copied to clipboard