Skip to content

Commit

Permalink
Merge pull request #4823 from rijenkii/main
Browse files Browse the repository at this point in the history
Add a warning to `build --secret` docs
openshift-merge-robot authored May 30, 2023
2 parents 47332ce + 7e327cf commit c3b7dcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/buildah-build.1.md
Original file line number Diff line number Diff line change
@@ -698,6 +698,8 @@ To later use the secret, use the --mount flag in a `RUN` instruction within a `C

`RUN --mount=type=secret,id=mysecret cat /run/secrets/mysecret`

Note: Changing the contents of secret files will not trigger a rebuild of layers that use said secrets.

**--security-opt**=[]

Security Options

0 comments on commit c3b7dcb

Please sign in to comment.