components
Parameters
value
Components for build and test that are included in the container recipe.
Parameters
values
Components for build and test that are included in the container recipe.
suspend fun components(argument: List<suspend ContainerRecipeComponentConfigurationArgsBuilder.() -> Unit>)
suspend fun components(vararg argument: suspend ContainerRecipeComponentConfigurationArgsBuilder.() -> Unit)
suspend fun components(argument: suspend ContainerRecipeComponentConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Components for build and test that are included in the container recipe.