From 9458bc6e62105b6cd077982569b9e41fec820e90 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 7 Sep 2022 21:52:38 +0200 Subject: [PATCH] Clarify that BuildKit / buildx cannot be used with docker_image. (#468) --- 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 6057e1bd..a6f10dbc 100644 --- a/plugins/modules/docker_image.py +++ b/plugins/modules/docker_image.py @@ -19,6 +19,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: