Use spring-boot:build-image for all Docker images (remove Jib) (#166)
Partially resolves #156
This commit is contained in:
@@ -125,25 +125,12 @@
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.google.cloud.tools</groupId>
|
||||
<artifactId>jib-maven-plugin</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<configuration>
|
||||
<from>
|
||||
<image>springcloud/openjdk</image>
|
||||
</from>
|
||||
<to>
|
||||
<image>springcloudstream/${project.artifactId}</image>
|
||||
<tags>
|
||||
<tag>1.0.0-SNAPSHOT</tag>
|
||||
</tags>
|
||||
</to>
|
||||
<image>
|
||||
<name>springcloudstream/${project.artifactId}:${project.version}</name>
|
||||
</image>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user