From 6ec6f4cb12606f7f5ec253ef9139fe5d7f413365 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 6 Apr 2026 10:25:05 +0800 Subject: [PATCH] docs: fix reuse wording in image build docs Signed-off-by: Codex --- 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 862b00bdc62f..5a7a00717b29 100644 --- a/docs/reference/commandline/image_build.md +++ b/docs/reference/commandline/image_build.md @@ -113,7 +113,7 @@ COPY failed: forbidden path outside the build context: ../../some-dir () ``` BuildKit on the other hand strips leading relative paths that traverse outside -of the build context. Re-using the previous example, the path `COPY +of the build context. Reusing the previous example, the path `COPY ../../some-dir .` evaluates to `COPY some-dir .` with BuildKit. ## Examples