Remote Image
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.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The image sha256 digest in the form of repo[:tag]@sha256:<hash>
. This may not be populated when building an image, because it is read from the local Docker client and so may be available only when the image was either pulled from the repo or pushed to the repo (perhaps using docker.RegistryImage
) in a previous run.