Remote Image Args
data class RemoteImageArgs(val build: Output<RemoteImageBuildArgs>? = null, val forceRemove: Output<Boolean>? = null, val keepLocally: Output<Boolean>? = null, val name: Output<String>? = null, val platform: Output<String>? = null, val pullTriggers: Output<List<String>>? = null, val triggers: Output<Map<String, String>>? = null) : ConvertibleToJava<RemoteImageArgs>
Properties
Link copied to clipboard
Link copied to clipboard
If true, then the image is removed forcibly when the resource is destroyed.
Link copied to clipboard
If true, then the Docker image won't be deleted on destroy operation. If this is false, it will delete the image from the docker local storage on destroy operation.
Link copied to clipboard
List of values which cause an image pull when changed. This is used to store the image digest from the registry when using the dockerregistryimage.