Tag

class Tag : KotlinCustomResource

Creates a docker tag. It has the exact same functionality as the docker tag command. Deleting the resource will neither delete the source nor target images. The source image must exist on the machine running the docker daemon.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sourceImage: Output<String>

Name of the source image.

Link copied to clipboard
val sourceImageId: Output<String>

ImageID of the source image in the format of sha256:<<ID>>

Link copied to clipboard
val tagTriggers: Output<List<String>>?

List of values which cause the tag to be (re)created. This is useful for triggering a new tag when the source image changes.

Link copied to clipboard
val targetImage: Output<String>

Name of the target image.

Link copied to clipboard
val urn: Output<String>