omego and omero-grid-docker now have different Ice defaults
Closed this issue · 2 comments
dpwrussell commented
Default install will now fail as omego will default to a 3.6 build, but the docker container only has Ice 3.5
joshmoore commented
[omero-grid-docker]$ git grep ice_version
omero-grid-web/omero-grid-web-deps.yml: - ice_version: "3.6"
omero-grid/omero-grid-deps.yml: - ice_version: "3.6"
Which build of omero-grid-docker are you using?
[omero-grid-docker]$ docker run -ti --rm --entrypoint=bash openmicroscopy/omero-grid-web:latest
[omero@67ffdd49848a ~]$ python -c "import Ice; print Ice.stringVersion()"
3.6.3
[omero-grid-docker]$ docker run -ti --rm openmicroscopy/omero-grid:latest bash
iceEntering a shell
gr[omero@c5c2966ee3f3 ~]$ icegridnode --version
3.6.3
dpwrussell commented
Sorry, too many repositories called "omero" and "docker". I thought I was looking at https://github.com/ome/ome-docker. Refilling it (again) there.