Expand description
Docker image update and rollback operations
This module provides functionality to update the opencode image to the latest version and rollback to a previous version if needed.
Enums§
- Update
Result - Result of an update operation
Constants§
- PREVIOUS_
TAG - Tag for the previous image version (used for rollback)
Functions§
- has_
previous_ image - Check if a previous image exists for rollback
- rollback_
image - Rollback to the previous image version
- tag_
current_ as_ previous - Tag the current image as “previous” for rollback support
- update_
image - Update the opencode image to the latest version