Skip to content

Commit 13d265c

Browse files
committed
Merge pull request #46016 from davidlj95
* gh-46016: Fix Docker security options broken link in OCI images packaging docs Closes gh-46016
2 parents bab9071 + f4e0422 commit 13d265c

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
@@ -230,7 +230,7 @@ Application contents will also be in this location in the generated image.
230230

231231
| `securityOptions`
232232
| `--securityOptions`
233-
| 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
233+
| 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
234234
| `["label=disable"]` on Linux and macOS, `[]` on Windows
235235

236236
|===

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
@@ -236,7 +236,7 @@ Application contents will also be in this location in the generated image.
236236
| `/workspace`
237237

238238
| `securityOptions`
239-
| 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
239+
| 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
240240
| `["label=disable"]` on Linux and macOS, `[]` on Windows
241241

242242
|===

0 commit comments

Comments
 (0)