Add container image build using Jib

This commit is contained in:
Chris Eager
2023-05-10 17:15:14 -05:00
committed by Chris Eager
parent f06eaf13d1
commit 0d9fd043a4
5 changed files with 97 additions and 0 deletions

View File

@@ -40,6 +40,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<configuration>
<!-- we don't want jib to execute on this module -->
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>