builtins.replaceStrings requires the 'from' and 'to' lists to have the same length. The 'to' list had a single empty string while 'from' had three entries (v, newline, CR), which made evaluating image.baseName fail with: 'from' and 'to' arguments passed to builtins.replaceStrings have different lengths. Add the two missing empty strings. Co-authored-by: arena-agent <297053741+arena-agent@users.noreply.github.com>