Two things I could use some help with.
A) I can provide a hook to auto generate the openacs docker container upon code commits (as I am not sure how to subscribe to bitbucket from Gitlab / Github / Dockerhub). Then the containers could be auto updated if a commit is made into the master or oacs-5-10 branch.
B) Is there a way / best practice to trigger the testing of OpenACS installation from the command line or a single TCL command, so I can integrate this into a Gitlab CI/CD pipeline? Not entirely sure how USEFUL that is going to be in the end given the high quality of the framework, but I wondered nevertheless.
(We write our own test scripts for project-open now in cypress.io as we primarily test the frontend and API calls, so are not relying on acs-automated-testing).