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 e34c892 commit 651feb5Copy full SHA for 651feb5
spring-cloud-kubernetes-controllers/pom.xml
@@ -27,6 +27,7 @@
27
<configuration>
28
<image>
29
<name>${env.IMAGE}</name>
30
+ <pullPolicy>IF_NOT_PRESENT</pullPolicy>
31
</image>
32
<goal>build-image</goal>
33
</configuration>
@@ -44,17 +45,11 @@
44
45
<goals>
46
<goal>repackage</goal>
47
</goals>
- <configuration>
48
- <classifier>exec</classifier>
49
- </configuration>
50
</execution>
51
<execution>
52
53
54
55
56
57
58
59
</executions>
60
</plugin>
0 commit comments