cacheFrom

@JvmName(name = "okjvocdliwpbqmtd")
suspend fun cacheFrom(value: Output<CacheFromArgs>)
@JvmName(name = "bsrxtikklvkjlmtt")
suspend fun cacheFrom(value: CacheFromArgs?)

Parameters

value

A list of image names to use as build cache. Images provided must have a cache manifest. Must provide authentication to cache registry.


@JvmName(name = "rumrlsnlbwywltpm")
suspend fun cacheFrom(argument: suspend CacheFromArgsBuilder.() -> Unit)

Parameters

argument

A list of image names to use as build cache. Images provided must have a cache manifest. Must provide authentication to cache registry.