Alpine 3.20 ships busybox ash as /bin/sh, which doesn't parse bash arrays (ARGS=(...) syntax). GitLab CI runs script: blocks with sh -c by default, so we couldn't use the bash array even though we apk-add bash. Wrap the whole block in bash -s <<'EOF' … EOF so bash actually evaluates it.
19 KiB
19 KiB