Remote Image Build
constructor(authConfigs: List<RemoteImageBuildAuthConfig>? = null, buildArg: Map<String, String>? = 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, label: Map<String, 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, tags: List<String>? = null, target: String? = null, ulimits: List<RemoteImageBuildUlimit>? = null, version: String? = null)