RemoteImageBuildSecret

data class RemoteImageBuildSecret(val env: String? = null, val id: String, val src: String? = null)

Constructors

Link copied to clipboard
constructor(env: String? = null, id: String, src: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val env: String? = null

Environment variable source of the secret

Link copied to clipboard
val id: String

ID of the secret. By default, secrets are mounted to /run/secrets/\n\n

Link copied to clipboard
val src: String? = null

File source of the secret. Takes precedence over env