mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-05 11:08:51 +00:00
Clarify that BuildKit / buildx cannot be used with docker_image. (#468)
This commit is contained in:
parent
d159479615
commit
9458bc6e62
@ -19,6 +19,9 @@ description:
|
|||||||
- Build, load or pull an image, making the image available for creating containers. Also supports tagging
|
- 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.
|
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:
|
options:
|
||||||
source:
|
source:
|
||||||
description:
|
description:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user