Get Image Result
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
Properties
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
Link copied to clipboard
Link copied to clipboard