Skip to content

Commit

Permalink
upgrade xnat to 1.8.10 and xsync to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fordmcdonald committed Apr 12, 2024
1 parent 52ddcd5 commit 64ac2d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM openjdk:8-jdk-slim as build

# CAUTION: XNAT VERSION for this stage, make sure to also update next stage!!
ENV XNAT_VERSION=1.8.7.1
ENV XNAT_VERSION=1.8.10
ENV JAVA_OPTS="-Xmx2560m -XX:+HeapDumpOnOutOfMemoryError"

RUN apt-get update && apt-get install -y \
Expand All @@ -23,7 +23,7 @@ RUN ./gradlew --no-daemon clean war
#-----------------------------------------------------------------------------
FROM tomcat:9-jdk8-openjdk-slim

ENV XNAT_VERSION=1.8.7.1
ENV XNAT_VERSION=1.8.10

RUN apt-get update && apt-get install -y \
curl \
Expand Down Expand Up @@ -56,7 +56,7 @@ RUN mkdir -p "${CATALINA_HOME}/webapps/ROOT" \
# Install LDAP and XSYNC plugins. The versions need to be compatible with the version of XNAT
RUN cd /data/xnat/home/plugins \
&& curl -fLO "https://bitbucket.org/xnatx/ldap-auth-plugin/downloads/xnat-ldap-auth-plugin-1.0.0.jar" \
&& curl -fLO "https://api.bitbucket.org/2.0/repositories/xnatdev/xsync/downloads/xsync-plugin-all-1.5.0.jar" \
&& curl -fLO "https://api.bitbucket.org/2.0/repositories/xnatdev/xsync/downloads/xsync-plugin-all-1.7.0.jar" \
&& curl -fLO "https://bitbucket.org/icrimaginginformatics/ohif-viewer-xnat-plugin/downloads/ohif-viewer-3.5.3-XNAT-1.8.7.jar"

COPY docker-entrypoint.sh "/usr/local/bin/docker-entrypoint.sh"
Expand Down

0 comments on commit 64ac2d3

Please sign in to comment.