Revert "Migrate plugins to javadoc asciidoctor macro"
This reverts commit b63e1e7443
.
This commit is contained in:
parent
b63e1e7443
commit
fd58261b9d
|
@ -128,12 +128,12 @@ The following table summarizes the available properties and their default values
|
||||||
|
|
||||||
| `imageName`
|
| `imageName`
|
||||||
| `--imageName`
|
| `--imageName`
|
||||||
| javadoc:org.springframework.boot.buildpack.platform.docker.type.ImageReference#of-java.lang.String-[Image name] for the generated image.
|
| xref:api:java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.html#of-java.lang.String-[Image name] for the generated image.
|
||||||
| `docker.io/library/${project.name}:${project.version}`
|
| `docker.io/library/${project.name}:${project.version}`
|
||||||
|
|
||||||
| `pullPolicy`
|
| `pullPolicy`
|
||||||
| `--pullPolicy`
|
| `--pullPolicy`
|
||||||
| javadoc:org.springframework.boot.buildpack.platform.build.PullPolicy[Policy] used to determine when to pull the builder and run images from the registry.
|
| xref:api:java/org/springframework/boot/buildpack/platform/build/PullPolicy.html[Policy] used to determine when to pull the builder and run images from the registry.
|
||||||
Acceptable values are `ALWAYS`, `NEVER`, and `IF_NOT_PRESENT`.
|
Acceptable values are `ALWAYS`, `NEVER`, and `IF_NOT_PRESENT`.
|
||||||
| `ALWAYS`
|
| `ALWAYS`
|
||||||
|
|
||||||
|
|
|
@ -144,13 +144,13 @@ The following table summarizes the available parameters and their default values
|
||||||
|
|
||||||
| `name` +
|
| `name` +
|
||||||
(`spring-boot.build-image.imageName`)
|
(`spring-boot.build-image.imageName`)
|
||||||
| javadoc:org.springframework.boot.buildpack.platform.docker.type.ImageName#of-java.lang.String-[Image name] for the generated image.
|
| xref:api:java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.html#of-java.lang.String-[Image name] for the generated image.
|
||||||
| `docker.io/library/` +
|
| `docker.io/library/` +
|
||||||
`${project.artifactId}:${project.version}`
|
`${project.artifactId}:${project.version}`
|
||||||
|
|
||||||
| `pullPolicy` +
|
| `pullPolicy` +
|
||||||
(`spring-boot.build-image.pullPolicy`)
|
(`spring-boot.build-image.pullPolicy`)
|
||||||
| javadoc:org.springframework.boot.buildpack.platform.build.PullPolicy[Policy] used to determine when to pull the builder and run images from the registry.
|
| xref:api:java/org/springframework/boot/buildpack/platform/build/PullPolicy.html[Policy] used to determine when to pull the builder and run images from the registry.
|
||||||
Acceptable values are `ALWAYS`, `NEVER`, and `IF_NOT_PRESENT`.
|
Acceptable values are `ALWAYS`, `NEVER`, and `IF_NOT_PRESENT`.
|
||||||
| `ALWAYS`
|
| `ALWAYS`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue