From abba2bf73d4759c736cbfbc8258535fe67cae281 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 06:38:22 +0200 Subject: [PATCH] Clarify that BuildKit / buildx cannot be used with docker_image. (#468) (#471) (cherry picked from commit 9458bc6e62105b6cd077982569b9e41fec820e90) Co-authored-by: Felix Fontein --- plugins/modules/docker_image.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/modules/docker_image.py b/plugins/modules/docker_image.py index 595d906f..fd9acc36 100644 --- a/plugins/modules/docker_image.py +++ b/plugins/modules/docker_image.py @@ -18,6 +18,9 @@ description: - Build, load or pull an image, making the image available for creating containers. Also supports tagging an image, pushing an image, and archiving an image to a C(.tar) file. +notes: + - Building images is done using Docker daemon's API. It is not possible to use BuildKit / buildx this way. + options: source: description: