-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modularised run-scripts #6
Comments
WFM. |
Can you outline how you'd break the current run.sh script down? Some of that work may overlap with refactoring Most of the logic in https://github.com/openmicroscopy/omero-grid-docker/blob/master/omero-grid/run.sh is to modify the templates for a multi-container omero-grid setup, and should really be supported by OMERO.server directly. |
In very rough terms here is how I imagine it, including examples from my use case of a customization.
|
Perhaps the run scripts should be completely separate from this repo? I could see them being used for OMERO cloud-images as well as Docker. |
That could make sense. Then the docker image would install those as part of its build. This would also work well for building several different dockers, e.g. monolith-omero images in addition to the separated components. |
Thoughts on modularising the runscripts?
Currently I can not make use of the run script at all because there are several points at which I need to run custom configuration. If the
run.sh
was just an entry point which executes some other scripts then myrun.sh
would be much simpler, a copy of the list of script executions with some new ones interspersed.The text was updated successfully, but these errors were encountered: