Skip to content

Commit 29dcf4d

Browse files
committed
Merge branch 'main' into 4.0.x
2 parents 9c09bf8 + e525837 commit 29dcf4d

File tree

2 files changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-tools

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/docs/antora/modules/gradle-plugin/pages/packaging-oci-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Application contents will also be in this location in the generated image.
254254

255255
| `securityOptions`
256256
| `--securityOptions`
257-
| https://docs.docker.com/engine/reference/run/#security-configuration[Security options] that will be applied to the builder container, provided as an array of string values
257+
| https://docs.docker.com/reference/cli/docker/container/run/#security-opt[Security options] that will be applied to the builder container, provided as an array of string values
258258
| `["label=disable"]` on Linux and macOS, `[]` on Windows
259259

260260
|===

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/antora/modules/maven-plugin/pages/build-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Application contents will also be in this location in the generated image.
260260
| `/workspace`
261261

262262
| `securityOptions`
263-
| https://docs.docker.com/engine/reference/run/#security-configuration[Security options] that will be applied to the builder container, provided as an array of string values
263+
| https://docs.docker.com/reference/cli/docker/container/run/#security-opt[Security options] that will be applied to the builder container, provided as an array of string values
264264
| `["label=disable"]` on Linux and macOS, `[]` on Windows
265265

266266
|===

0 commit comments

Comments
 (0)