File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ RUN <<ENDRUN
3838 chown tomcat:tomcat /opt/scitokens-server/var/storage/file_store
3939
4040 # Install the OA4MP webapp and associated dependencies.
41- curl -s -L https://github.com/ncsa/OA4MP/releases/download/v6.0.3 /oauth2.war > /opt/tomcat/webapps/scitokens-server.war
42- curl -s -L https://github.com/ncsa/OA4MP/releases/download/v6.0.3 /jwt.jar > /opt/scitokens-server/lib/jwt.jar
43- curl -s -L https://github.com/ncsa/OA4MP/releases/download/v6.0.3 /cli.jar > /opt/scitokens-server/lib/scitokens-cli.jar
41+ curl -s -L https://github.com/ncsa/OA4MP/releases/download/mutable /oauth2.war > /opt/tomcat/webapps/scitokens-server.war
42+ curl -s -L https://github.com/ncsa/OA4MP/releases/download/mutable /jwt.jar > /opt/scitokens-server/lib/jwt.jar
43+ curl -s -L https://github.com/ncsa/OA4MP/releases/download/mutable /cli.jar > /opt/scitokens-server/lib/scitokens-cli.jar
4444 curl -s -L https://github.com/javaee/javamail/releases/download/JAVAMAIL-1_6_2/javax.mail.jar > /opt/tomcat/lib/javax.mail.jar
4545
4646 ( cd /opt/tomcat/webapps/scitokens-server && jar -xf /opt/tomcat/webapps/scitokens-server.war )
@@ -51,7 +51,7 @@ RUN <<ENDRUN
5151 chown -R tomcat:tomcat /opt/tomcat/var/storage/scitokens-server
5252
5353 # Install support for the QDL CLI.
54- curl -s -L https://github.com/ncsa/OA4MP/releases/download/v6.0.3 /qdl-installer.jar >/tmp/oa2-qdl-installer.jar
54+ curl -s -L https://github.com/ncsa/OA4MP/releases/download/mutable /qdl-installer.jar >/tmp/oa2-qdl-installer.jar
5555 java -jar /tmp/oa2-qdl-installer.jar install -all -dir /opt/qdl
5656 rm /tmp/oa2-qdl-installer.jar
5757 mkdir -p /opt/qdl/var/scripts
You can’t perform that action at this time.
0 commit comments