ImageMapping

Specifies image mappings that workflow tasks can use. For example, you can replace all the task references of a public image to use an equivalent image in your private ECR repository. You can use image mappings with upstream registries that don't support pull through cache. You need to manually synchronize the upstream registry with your private repository.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the URI of the corresponding image in the private ECR registry.

Link copied to clipboard

Specifies the URI of the source image in the upstream registry.

Functions

Link copied to clipboard
inline fun copy(block: ImageMapping.Builder.() -> Unit = {}): ImageMapping
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String