Skip to content

Instantly share code, notes, and snippets.

@sbesson
Last active April 29, 2019 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbesson/ae35c8224a79473a1f89355ade0af93c to your computer and use it in GitHub Desktop.
Save sbesson/ae35c8224a79473a1f89355ade0af93c to your computer and use it in GitHub Desktop.
#
git clone https://github.com/snoopycrimecop/bio-formats-build -b east_merge_trigger
pushd bio-formats-build
git submodule update --init
pushd bioformats
popd
docker build -t bf --build-arg BUILD_IMAGE=gradle:jdk8 .
popd
git clone https://github.com/snoopycrimecop/omero-build -b west_merge_trigger
pushd omero-build
git submodule update --init
pushd omero-model
sed -i -e 's/5.9.2/6.1.0-SNAPSHOT/' build.gradle
popd
docker build -t omero-build --build-arg BUILD_IMAGE=bf .
popd
git clone https://github.com/openmicroscopy/openmicroscopy
pushd openmicroscopy
echo "versions.omero-blitz=5.5.0-SNAPSHOT" >> etc/omero.properties
docker build -t openmicroscopy --build-arg BUILD_IMAGE=omero-build .
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment