This commit is contained in:
dockerlearn 2018-08-26 18:51:52 +05:30 committed by GitHub
parent 60105d5d9a
commit baec376582
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
pom.xml
View file

@ -112,6 +112,16 @@
<build> <build>
<plugins> <plugins>
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>0.9.9</version>
<configuration>
<to>
<image>gcr.io/coral-atom-205708/petclinic-app</image>
</to>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>