Tag Args
data class TagArgs(val sourceImage: Output<String>? = null, val tagTriggers: Output<List<String>>? = null, val targetImage: Output<String>? = null) : ConvertibleToJava<TagArgs>
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.