RegistryImage

class RegistryImage : KotlinCustomResource

Manages the lifecycle of docker image in a registry. You can upload images to a registry (= docker push) and also delete them again

Properties

Link copied to clipboard

Authentication configuration for the Docker registry. It is only used for this resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

If true, the verification of TLS certificates of the server/registry is disabled. Defaults to false

Link copied to clipboard
val keepRemotely: Output<Boolean>?

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 registry on destroy operation. Defaults to false

Link copied to clipboard
val name: Output<String>

The name of the Docker image.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sha256Digest: Output<String>

The sha256 digest of the image.

Link copied to clipboard
val triggers: Output<Map<String, String>>?

A map of arbitrary strings that, when changed, will force the docker.RegistryImage resource to be replaced. This can be used to repush a local image

Link copied to clipboard
val urn: Output<String>