App Spec Service Image Args
data class AppSpecServiceImageArgs(val deployOnPushes: Output<List<AppSpecServiceImageDeployOnPushArgs>>? = null, val digest: Output<String>? = null, val registry: Output<String>? = null, val registryCredentials: Output<String>? = null, val registryType: Output<String>, val repository: Output<String>, val tag: Output<String>? = null) : ConvertibleToJava<AppSpecServiceImageArgs>
Properties
Link copied to clipboard
Configures automatically deploying images pushed to DOCR.
Link copied to clipboard
The credentials required to access a private Docker Hub or GitHub registry, in the following syntax <username>:<token>
.
Link copied to clipboard
The registry type. One of DOCR
(DigitalOcean container registry) or DOCKER_HUB
.
Link copied to clipboard
The repository name.