Update default builder image

This commit updates the default builder image used by the Maven
and Gradle plugins image-building goal and task to use the latest
Paketo builder image. The builder image is pulled from Docker Hub
instead of Google Container Registry by default.

See gh-23628
This commit is contained in:
Emily Casey
2020-10-09 15:36:46 -04:00
committed by Scott Frederick
parent 3ff9628fe0
commit 461dc23c0c
6 changed files with 14 additions and 14 deletions

View File

@@ -128,7 +128,7 @@ The following table summarizes the available parameters and their default values
| `builder`
| Name of the Builder image to use.
| `spring-boot.build-image.builder`
| `gcr.io/paketo-buildpacks/builder:base-platform-api-0.3`
| `paketobuildpacks/builder:base`
| `runImage`
| Name of the run image to use.