ContainerRegistryWithCustomImageResponse

data class ContainerRegistryWithCustomImageResponse(val image: String? = null, val server: String)

Container registry that the final image will be uploaded to.

Constructors

Link copied to clipboard
constructor(image: String? = null, server: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val image: String? = null

Full name that the final image should be uploaded as, including both image name and tag.

Link copied to clipboard

Login server of the container registry that the final image should be uploaded to. Builder resource needs to have this container registry defined along with an identity to use to access it.