Corrected Dockerfiles

Changed "d4science" in "harbor.d4science.org/gcube" to clarify the source registry
This commit is contained in:
Biagio Peccerillo 2024-11-20 16:12:53 +01:00 committed by biagio.peccerillo
parent eedf6ef667
commit deb1d315de
3 changed files with 3 additions and 3 deletions

View File

@ -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/

View File

@ -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

View File

@ -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/