Repository Remote Repository Config Docker Repository Args
data class RepositoryRemoteRepositoryConfigDockerRepositoryArgs(val customRepository: Output<RepositoryRemoteRepositoryConfigDockerRepositoryCustomRepositoryArgs>? = null, val publicRepository: Output<String>? = null) : ConvertibleToJava<RepositoryRemoteRepositoryConfigDockerRepositoryArgs>
Constructors
Link copied to clipboard
constructor(customRepository: Output<RepositoryRemoteRepositoryConfigDockerRepositoryCustomRepositoryArgs>? = null, publicRepository: Output<String>? = null)
Properties
Link copied to clipboard
val customRepository: Output<RepositoryRemoteRepositoryConfigDockerRepositoryCustomRepositoryArgs>? = null
Settings for a remote repository with a custom uri. Structure is documented below.
Link copied to clipboard
Address of the remote repository. Default value is DOCKER_HUB
. Possible values are: DOCKER_HUB
.