BuiltImageResponse

data class BuiltImageResponse(val digest: String, val name: String, val pushTiming: TimeSpanResponse)

An image built by the pipeline.

Constructors

Link copied to clipboard
constructor(digest: String, name: String, pushTiming: TimeSpanResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Docker Registry 2.0 digest.

Link copied to clipboard

Name used to push the container image to Google Container Registry, as presented to docker push.

Link copied to clipboard

Stores timing information for pushing the specified image.