You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora/modules/gradle-plugin/pages/packaging-oci-image.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -133,12 +133,12 @@ The following table summarizes the available properties and their default values
133
133
134
134
| `imageName`
135
135
| `--imageName`
136
-
| xref:api:java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.html#of-java.lang.String-[Image name] for the generated image.
136
+
| 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/build/PullPolicy.html[Policy] used to determine when to pull the builder and run images from the registry.
141
+
| javadoc:org.springframework.boot.buildpack.platform.build.PullPolicy[Policy] used to determine when to pull the builder and run images from the registry.
142
142
Acceptable values are `ALWAYS`, `NEVER`, and `IF_NOT_PRESENT`.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages/build-image.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -149,13 +149,13 @@ The following table summarizes the available parameters and their default values
149
149
150
150
| `name` +
151
151
(`spring-boot.build-image.imageName`)
152
-
| xref:api:java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.html#of-java.lang.String-[Image name] for the generated image.
152
+
| javadoc:org.springframework.boot.buildpack.platform.docker.type.ImageName#of-java.lang.String-[Image name] for the generated image.
153
153
| `docker.io/library/` +
154
154
`${project.artifactId}:${project.version}`
155
155
156
156
| `pullPolicy` +
157
157
(`spring-boot.build-image.pullPolicy`)
158
-
| 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.
158
+
| javadoc:org.springframework.boot.buildpack.platform.build.PullPolicy[Policy] used to determine when to pull the builder and run images from the registry.
159
159
Acceptable values are `ALWAYS`, `NEVER`, and `IF_NOT_PRESENT`.
0 commit comments