From 2dd4eb06ae38e9209e1f2540a4927c382edb0250 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:48:29 +0200 Subject: [PATCH] docs: update link to moved build context doc Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- docs/reference/commandline/image_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/image_build.md b/docs/reference/commandline/image_build.md index 49690b714d..4f07a522e1 100644 --- a/docs/reference/commandline/image_build.md +++ b/docs/reference/commandline/image_build.md @@ -93,7 +93,7 @@ in the context. When using the legacy builder, it's therefore extra important that you carefully consider what files you include in the context you specify. Use a -[`.dockerignore`](https://docs.docker.com/build/building/context/#dockerignore-files) +[`.dockerignore`](https://docs.docker.com/build/concepts/context/#dockerignore-files) file to exclude files and directories that you don't require in your build from being sent as part of the build context.