Registry Image Build
data class RegistryImageBuild(val authConfigs: List<RegistryImageBuildAuthConfig>? = null, val buildArgs: Map<String, String>? = null, val buildId: String? = null, val cacheFroms: List<String>? = null, val cgroupParent: String? = null, val context: String, val cpuPeriod: Int? = null, val cpuQuota: Int? = null, val cpuSetCpus: String? = null, val cpuSetMems: String? = null, val cpuShares: Int? = null, val dockerfile: String? = null, val extraHosts: List<String>? = null, val forceRemove: Boolean? = null, val isolation: String? = null, val labels: Map<String, String>? = null, val memory: Int? = null, val memorySwap: Int? = null, val networkMode: String? = null, val noCache: Boolean? = null, val platform: String? = null, val pullParent: Boolean? = null, val remoteContext: String? = null, val remove: Boolean? = null, val securityOpts: List<String>? = null, val sessionId: String? = null, val shmSize: Int? = null, val squash: Boolean? = null, val suppressOutput: Boolean? = null, val target: String? = null, val ulimits: List<RegistryImageBuildUlimit>? = null, val version: String? = null)
Constructors
Link copied to clipboard
fun RegistryImageBuild(authConfigs: List<RegistryImageBuildAuthConfig>? = null, buildArgs: Map<String, String>? = null, buildId: String? = null, cacheFroms: List<String>? = null, cgroupParent: String? = null, context: String, cpuPeriod: Int? = null, cpuQuota: Int? = null, cpuSetCpus: String? = null, cpuSetMems: String? = null, cpuShares: Int? = null, dockerfile: String? = null, extraHosts: List<String>? = null, forceRemove: Boolean? = null, isolation: String? = null, labels: Map<String, String>? = null, memory: Int? = null, memorySwap: Int? = null, networkMode: String? = null, noCache: Boolean? = null, platform: String? = null, pullParent: Boolean? = null, remoteContext: String? = null, remove: Boolean? = null, securityOpts: List<String>? = null, sessionId: String? = null, shmSize: Int? = null, squash: Boolean? = null, suppressOutput: Boolean? = null, target: String? = null, ulimits: List<RegistryImageBuildUlimit>? = null, version: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard