File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
spring-cloud-kubernetes-controllers/spring-cloud-kubernetes-configuration-watcher
spring-cloud-kubernetes-integration-tests Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 82
82
<artifactId >spring-boot-maven-plugin</artifactId >
83
83
<configuration >
84
84
<image >
85
- <builder >paketobuildpacks/builder:0.1.169-base</builder >
86
85
<name >${env.IMAGE} </name >
87
86
</image >
88
87
<goal >build-image</goal >
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ main() {
120
120
echo " Running test: $p "
121
121
cd $p
122
122
${MVN} spring-boot:build-image \
123
- -Dspring-boot.build-image.imageName=docker.io/springcloud/$p :${MVN_VERSION} -Dspring-boot.build-image.builder=paketobuildpacks/builder:0.1.169-base
123
+ -Dspring-boot.build-image.imageName=docker.io/springcloud/$p :${MVN_VERSION} -Dspring-boot.build-image.builder=paketobuildpacks/builder
124
124
" ${KIND} " load docker-image docker.io/springcloud/$p :${MVN_VERSION}
125
125
${MVN} clean install -P it
126
126
cd ..
You can’t perform that action at this time.
0 commit comments