args

@JvmName(name = "vahnmumosgoivvel")
suspend fun args(value: Output<Map<String, String>>)
@JvmName(name = "puwuxwswlfwpnwrk")
suspend fun args(value: Map<String, String>?)

Parameters

value

An optional map of named build-time argument variables to set during the Docker build. This flag allows you to pass build-time variables that can be accessed like environment variables inside the RUN instruction.


@JvmName(name = "rddbaxellfymvkcd")
fun args(vararg values: Pair<String, String>)

Parameters

values

An optional map of named build-time argument variables to set during the Docker build. This flag allows you to pass build-time variables that can be accessed like environment variables inside the RUN instruction.