|
1 | | ---- a/pom.xml 2025-06-02 14:31:28.029431640 +0200 |
2 | | -+++ b/pom.xml 2025-06-02 14:35:53.292611391 +0200 |
3 | | -@@ -1069,18 +1069,32 @@ |
| 1 | +--- pom.xml 2025-06-09 15:49:56.870336502 -0400 |
| 2 | ++++ pom.xml 2025-06-09 15:58:49.774614821 -0400 |
| 3 | +@@ -1012,18 +1012,32 @@ |
4 | 4 | <postgresql.server.version>17</postgresql.server.version> |
5 | 5 |
|
6 | 6 | <app.image>gdcc/dataverse:${app.image.tag}</app.image> |
|
36 | 36 | <!-- Variables as used in docker-compose.yml --> |
37 | 37 | <APP_IMAGE>${app.image}</APP_IMAGE> |
38 | 38 | <POSTGRES_VERSION>${postgresql.server.version}</POSTGRES_VERSION> |
39 | | -@@ -1088,7 +1102,7 @@ |
| 39 | +@@ -1031,7 +1045,7 @@ |
40 | 40 | <DATAVERSE_DB_USER>dataverse</DATAVERSE_DB_USER> |
41 | 41 | <SKIP_DEPLOY>${app.skipDeploy}</SKIP_DEPLOY> |
42 | 42 | </properties> |
|
45 | 45 | <build> |
46 | 46 | <plugins> |
47 | 47 | <!-- Build the exploded WAR target directory --> |
48 | | -@@ -1106,7 +1120,7 @@ |
| 48 | +@@ -1049,7 +1063,7 @@ |
49 | 49 | <configuration> |
50 | 50 | </configuration> |
51 | 51 | </plugin> |
|
54 | 54 | <!-- Build image via Docker Maven Plugin --> |
55 | 55 | <plugin> |
56 | 56 | <groupId>io.fabric8</groupId> |
57 | | -@@ -1119,6 +1133,7 @@ |
| 57 | +@@ -1062,6 +1076,9 @@ |
58 | 58 | <alias>dev_dataverse</alias> |
59 | 59 | <name>${app.image}</name> |
60 | 60 | <build> |
61 | 61 | + <skip>${app.skipBuild}</skip> |
| 62 | ++ <skipPush>${app.skipBuild}</skipPush> |
| 63 | ++ <skipTag>${app.skipBuild}</skipTag> |
62 | 64 | <buildx> |
63 | 65 | <platforms> |
64 | 66 | <platform>${docker.platforms}</platform> |
65 | | -@@ -1133,21 +1148,22 @@ |
| 67 | +@@ -1076,21 +1093,24 @@ |
66 | 68 | <descriptor>assembly.xml</descriptor> |
67 | 69 | </assembly> |
68 | 70 | </build> |
|
85 | 87 | <name>${conf.image}</name> |
86 | 88 | <build> |
87 | 89 | + <skip>${conf.skipBuild}</skip> |
| 90 | ++ <skipPush>${conf.skipBuild}</skipPush> |
| 91 | ++ <skipTag>${conf.skipBuild}</skipTag> |
88 | 92 | <buildx> |
89 | 93 | <platforms> |
90 | 94 | <platform>${docker.platforms}</platform> |
91 | | -@@ -1155,6 +1171,7 @@ |
| 95 | +@@ -1098,6 +1118,7 @@ |
92 | 96 | </buildx> |
93 | 97 | <dockerFile>${project.basedir}/modules/container-configbaker/Dockerfile</dockerFile> |
94 | 98 | <args> |
95 | 99 | + <BASE_IMAGE>${conf.image.base}</BASE_IMAGE> |
96 | 100 | <SOLR_VERSION>${SOLR_VERSION}</SOLR_VERSION> |
97 | 101 | </args> |
98 | 102 | <filter>@</filter> |
99 | | -@@ -1162,7 +1179,7 @@ |
| 103 | +@@ -1105,7 +1126,7 @@ |
100 | 104 | <descriptor>${project.basedir}/modules/container-configbaker/assembly.xml</descriptor> |
101 | 105 | </assembly> |
102 | 106 | </build> |
|
0 commit comments