Oracle · Arazzo Workflow
Oracle OCI Deprecate and Delete Custom Image
Version 1.0.0
Read an image, rename it with a deprecated marker, then delete it under an ETag guard.
Provider
Workflows
deprecate-and-delete-image
Mark a custom image deprecated, then delete it.
Reads the image for its ETag, renames it to a deprecated label, then deletes it using the ETag returned by the update for optimistic concurrency.
1
readImage
getImage
Read the image to confirm it exists and capture its current ETag for the deprecation update.
2
markDeprecated
updateImage
Update the image display name to flag it as deprecated, guarded by the ETag captured when reading the image, and capture the refreshed ETag.
3
deleteImage
deleteImage
Delete the deprecated custom image, guarded by the refreshed ETag returned by the deprecation update.