Last active
April 29, 2019 21:07
-
-
Save sbesson/ae35c8224a79473a1f89355ade0af93c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
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