Closed JasonN3 closed 2 weeks ago
@coderabbitai review
Makefile (1)
`34-34`: **LGTM! The `_VOLID` truncation is correctly implemented.** The use of `cut` to truncate `_VOLID` to 32 characters effectively addresses the issue of overly long volume IDs.
/run build container
Pull request is stale and will be closed in 14 days if there is no further activity
Fixes: #139 by preventing the volume id from being longer than 32 characters.
Summary by CodeRabbit
_VOLID
variable to ensure it adheres to a maximum length of 32 characters for better compatibility with other systems.