From 73f83e4533f814553100af0a7bfef8e1cef4dfc9 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:21:54 +0200 Subject: [PATCH] build: fix typo in build secrets Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/build/building/secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/build/building/secrets.md b/content/manuals/build/building/secrets.md index 7acedd9e88..b262d39e46 100644 --- a/content/manuals/build/building/secrets.md +++ b/content/manuals/build/building/secrets.md @@ -107,7 +107,7 @@ $ docker build --secret id=API_TOKEN . ### Target -When consuming a secret in a Dockerfile, the secret is mounted a file by +When consuming a secret in a Dockerfile, the secret is mounted to a file by default. The default file path of the secret, inside the build container, is `/run/secrets/`. You can customize how the secrets get mounted in the build container using the `target` and `env` options for the `RUN --mount` flag in