Apologies - in my haste earlier I forgot to add the REPOS build arg to add-package in the docker-compose.yaml.
Also I add in platform linux/amd64 to silence the warnings I get on my Mac.
And I have improved the package loading test to actually error if a package fails to load - bizarrely the default behaviour is to issue a message which includes the text "Error:" but doesn't stop the script.
Apologies - in my haste earlier I forgot to add the REPOS build arg to add-package in the docker-compose.yaml.
Also I add in
platform linux/amd64
to silence the warnings I get on my Mac.And I have improved the package loading test to actually error if a package fails to load - bizarrely the default behaviour is to issue a message which includes the text "Error:" but doesn't stop the script.