From deb1d315de685c80ef8f25237ad7fe5342a4533c Mon Sep 17 00:00:00 2001 From: Biagio Peccerillo Date: Wed, 20 Nov 2024 16:12:53 +0100 Subject: [PATCH] Corrected Dockerfiles Changed "d4science" in "harbor.d4science.org/gcube" to clarify the source registry --- Dockerfile | 2 +- Dockerfile-local | 2 +- Dockerfile-standalone | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7c7a863..99d3920 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM d4science/smartgears-distribution:4.0.1-SNAPSHOT-java17-tomcat10.1.19 +FROM harbor.d4science.org/gcube/smartgears-distribution:4.0.1-SNAPSHOT-java17-tomcat10.1.19 COPY ./target/storagehub.war /tomcat/webapps/ COPY ./docker/storagehub.xml /tomcat/conf/Catalina/localhost/ diff --git a/Dockerfile-local b/Dockerfile-local index 37658a6..73f610e 100644 --- a/Dockerfile-local +++ b/Dockerfile-local @@ -1,4 +1,4 @@ -FROM d4science/smartgears-distribution:4.0.0-SNAPSHOT-java17-tomcat10.1.19 +FROM harbor.d4science.org/gcube/smartgears-distribution:4.0.0-SNAPSHOT-java17-tomcat10.1.19 #install unzip RUN apt-get update && apt-get install unzip diff --git a/Dockerfile-standalone b/Dockerfile-standalone index 7572ff4..2211f89 100644 --- a/Dockerfile-standalone +++ b/Dockerfile-standalone @@ -1,4 +1,4 @@ -FROM smartgears-distribution:4.0.0-java17-tomcat10.1.19 +FROM harbor.d4science.org/gcube/smartgears-distribution:4.0.0-SNAPSHOT-java17-tomcat10.1.19 COPY ./target/storagehub.war /tomcat/webapps/ COPY ./docker/jackrabbit /app/jackrabbit COPY ./docker/storagehub.xml /tomcat/conf/Catalina/localhost/