From 03bf3c68d43fba53396c66b41834c894bbeb1a51 Mon Sep 17 00:00:00 2001 From: Antonio Calanducci Date: Thu, 2 Nov 2023 17:57:06 +0100 Subject: [PATCH] Move collector service gar to the proper directory --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 285b2ef..2682eec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,6 @@ RUN cp $EXIST_HOME/lib/core/xmldb.jar $GLOBUS_LOCATION/lib RUN cp $EXIST_HOME/lib/core/jta.jar $GLOBUS_LOCATION/lib RUN cp $EXIST_HOME/lib/core/commons-pool-1.4.jar $GLOBUS_LOCATION/lib -RUN wget --no-check-certificate https://nexus.d4science.org/nexus/content/repositories/gcube-staging-gcore/org/gcube/informationsystem/is-collector-service/3.0.2-4.15.0-126944/is-collector-service-3.0.2-4.15.0-126944.gar && mv is-collector-service-3.0.2-4.15.0-126944.gar is-collector-service.gar && gcore-deploy-service is-collector-service.gar +RUN wget --no-check-certificate https://nexus.d4science.org/nexus/content/repositories/gcube-staging-gcore/org/gcube/informationsystem/is-collector-service/3.0.2-4.15.0-126944/is-collector-service-3.0.2-4.15.0-126944.gar && mv is-collector-service-3.0.2-4.15.0-126944.gar org.gcube.informationsystem.collector.gar && gcore-deploy-service is-collector-service.gar ENV GLOBUS_OPTIONS="-Xms2000M -Xmx2000M -Dexist.home=$EXIST_HOME"