File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -340,9 +340,11 @@ The following example instructs the builder to use a custom buildpack packaged i
340
340
<groupId>org.springframework.boot</groupId>
341
341
<artifactId>spring-boot-maven-plugin</artifactId>
342
342
<configuration>
343
- <buildpacks>
344
- <buildpack>file:///path/to/example-buildpack.tgz</buildpack>
345
- <buildpack>urn:cnb:builder:paketo-buildpacks/java</buildpack>
343
+ <image>
344
+ <buildpacks>
345
+ <buildpack>file:///path/to/example-buildpack.tgz</buildpack>
346
+ <buildpack>urn:cnb:builder:paketo-buildpacks/java</buildpack>
347
+ </buildpacks>
346
348
</image>
347
349
</configuration>
348
350
</plugin>
@@ -370,7 +372,7 @@ A path to a gzipped tar file containing buildpack content:
370
372
* `\file:///path/to/buildpack.tgz`
371
373
* `/path/to/buildpack.tgz`
372
374
373
- An OCI image:
375
+ An OCI image containing a https://buildpacks.io/docs/buildpack-author-guide/package-a-buildpack/[packaged buildpack] :
374
376
375
377
* `docker://example/buildpack`
376
378
* `docker:///example/buildpack:latest`
You can’t perform that action at this time.
0 commit comments