Skip to content

Commit

Permalink
Merge pull request ome#37 from joshmoore/5_6_0_m4
Browse files Browse the repository at this point in the history
Bump to 5.6.0-m4
  • Loading branch information
joshmoore authored Dec 6, 2019
2 parents 6dbef9b + 1e80a7d commit 7c7d34d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ RUN yum -y install epel-release \
&& yum -y install ansible sudo git \
&& ansible-galaxy install -p /opt/setup/roles -r requirements.yml

ARG OMERO_VERSION=5.6.0-m3
ARG OMERO_VERSION=5.6.0-m4
ARG OMEGO_ADDITIONAL_ARGS=
ENV OMERODIR=/opt/omero/server/OMERO.server/
RUN ansible-playbook playbook.yml \
-e omero_server_release=$OMERO_VERSION \
-e omero_server_omego_additional_args="$OMEGO_ADDITIONAL_ARGS"
Expand All @@ -28,5 +29,4 @@ USER omero-server
EXPOSE 4063 4064
VOLUME ["/OMERO", "/opt/omero/server/OMERO.server/var"]

ENV OMERODIR=/opt/omero/server/OMERO.server/
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
1 change: 0 additions & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
omero_server_system_uid: 1000
omero_server_virtualenv: True
omero_server_python3: True
omero_server_python3_replace_omero: False
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
version: 2.0.1

- name: ome.omero_server
src: https://github.com/ome/ansible-role-omero-server/archive/605fe70f3a93e1fb4accfc485a5a6359d28181f0.tar.gz
version: 605fe70f3a93e1fb4accfc485a5a6359d28181f0
src: https://github.com/ome/ansible-role-omero-server/archive/0eaeba62a9ec5f54a68522b6c79d6f5288ec927e.tar.gz
version: 0eaeba62a9ec5f54a68522b6c79d6f5288ec927e

- src: ome.postgresql
version: 3.3.1

0 comments on commit 7c7d34d

Please sign in to comment.