When skipping the wizard by setting env vars if you follow the example and set lokl_php_ver=php8-5.0.0 \ you get the error
Unable to find image 'lokl/lokl:php8-5.0.0-' locally
Notice the extra - at the end. $LOKL_RELEASE_VERSION on cli.sh#L34 doesn't seem to be available at that point. Nor should it be appended if you follow the example.
I suppose that line should just be:
which works.