ome / ome-files-cpp-u1604-docker

Docker image for OME Files C++ on Ubuntu 16.04
https://hub.docker.com/r/openmicroscopy/ome-files-cpp-u1604/
Other
0 stars 3 forks source link

OME Files 0.3.0 updates #4

Closed sbesson closed 7 years ago

sbesson commented 7 years ago

In preparation of the upcoming OME Files 0.3.0 release, this should download the sources to build the Docker images.

To test this PR, pull https://hub.docker.com/r/snoopycrimecop/ome-files-cpp-u1604/ and check that the version included is OME Files 0.3.0.

NB: one more commit or PR will be required to use the ome-cmake-superbuild tag once released.

sbesson commented 7 years ago

@simleo: the last commit should be testable via https://hub.docker.com/r/snoopycrimecop/ome-files-cpp-u1604/builds/b7hyjmbxrm8snb7is7dtqth/

simleo commented 7 years ago
% docker run --rm -it snoopycrimecop/ome-files-cpp-u1604:master_merge_daily
# cd /usr/local/lib
# ls -1 libome-*
libome-common.so
libome-common.so.5.4.0
libome-files.so
libome-files.so.0.3.0
libome-xml.so
libome-xml.so.5.5.0
# cd ../bin
# ./ome-files --version
ome-files (OME Files) 0.3.0
[...]

👍