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

Bump to OME Files C++ 0.3.1 #6

Closed sbesson closed 7 years ago

sbesson commented 7 years ago

In preparation of the final benchmark run

To review this PR, wait for the completion of the automated build then run

$ docker pull snoopycrimecop/ome-files-cpp-u1604:master_merge_daily
$ docker run --rm -it snoopycrimecop/ome-files-cpp-u1604:master_merge_daily

and check ome-files info --version minimally

joshmoore commented 7 years ago

Success master_merge_daily 2 hours ago 19 minutes ago https://hub.docker.com/r/snoopycrimecop/ome-files-cpp-u1604/builds/brxfckqgzuzsazurt3uquq3/

joshmoore commented 7 years ago

NB: (not necessarily for this PR) perhaps the last line of the Dockerfile (or travis?) could have a minimal test or even just print out --version.

simleo commented 7 years ago

From inside the container:

root@5b3709782101:/build# ome-files --version
ome-files (OME Files) 0.3.1
[...]
root@5b3709782101:/build# ome-files info --version
ome-files info (OME Files) 0.3.1
[...]

Looks good to merge.