Oracle · Arazzo Workflow
Oracle OCI Tag and Verify Custom Image
Version 1.0.0
Read an image, update its display name and freeform tags, then list images to confirm the new name is visible.
Provider
Workflows
tag-and-verify-image
Rename and tag a custom image then confirm it is discoverable.
Reads the image for its ETag, updates its display name and freeform tags, then lists images filtered by the new name to confirm the update.
1
readImage
getImage
Read the image to confirm it exists and capture its current ETag for optimistic concurrency control on the update.
2
updateImage
updateImage
Update the image to apply the new display name and freeform tags, guarded by the ETag captured when reading the image.
3
verifyVisible
listImages
List images in the compartment filtered by the new display name to confirm the renamed image is discoverable.