We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4bf6d commit 3db96fdCopy full SHA for 3db96fd
example/pom.xml
@@ -22,6 +22,7 @@
22
<webeid.version>3.0.1</webeid.version>
23
<digidoc4j.version>5.3.0</digidoc4j.version>
24
<jmockit.version>1.44</jmockit.version>
25
+ <jib.version>3.4.2</jib.version>
26
</properties>
27
28
<dependencies>
@@ -84,6 +85,16 @@
84
85
<disableXmlReport>true</disableXmlReport>
86
</configuration>
87
</plugin>
88
+ <plugin>
89
+ <groupId>com.google.cloud.tools</groupId>
90
+ <artifactId>jib-maven-plugin</artifactId>
91
+ <version>${jib.version}</version>
92
+ <configuration>
93
+ <from>
94
+ <image>eclipse-temurin:${java.version}-jre-jammy</image>
95
+ </from>
96
+ </configuration>
97
+ </plugin>
98
</plugins>
99
</build>
100
0 commit comments