devspace
devspace copied to clipboard
Continuous integration tool for OME projects
Automatic builds should be configured for each of the Dockerfiles in this repo.
This leads to permission problems (requiring `USER_ID` to be set), and also prevents it running on a distributed cluster.
After successful changes in https://github.com/openmicroscopy/snoopycrimecop/pull/215 jobs could apply filters on startup. This should be configurable (ideally from playbook)
If this works it'd be possible to supply the username and token as an environment variable instead of messing with ssh keys. It's also easy to revoke tokens if necessary....
``` ("error in call","Traceback (most recent call last): File "/home/omero/workspace/OMERO-web/OMERO.web/lib/python/omeroweb/webgateway/views.py", line 1218, in wrap rv = f(request, *args, **kwargs) File "/home/omero/workspace/OMERO-web/OMERO.web/lib/python/omeroweb/webgateway/views.py", line 2521, in object_table_query tableData = _table_query(request, fileId, conn,...
New container using https://hub.docker.com/r/openmicroscopy/apacheds/
- [ ] describe the various permissions steps listed in #20 (comment) in the README - [x] describe the new job workflow in README
Minimally to improve the build time, but also to simplify the overall repo, Dockerfiles should be migrated to their own repos: - [ ] slave (in progress, see https://github.com/openmicroscopy/devslave-c7-docker/pull/2) -...
In order to prevent unwanted commits as in https://github.com/openmicroscopy/devspace/pull/3#issuecomment-156027682, we could consider using more configuration templating as in https://github.com/openmicroscopy/openmicroscopy/pull/4093 generate new files rather than modifying them in-situ.
This PR adds ability to rotate Java version on the omero-server Changes have been applied to merge-ci