mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 03:46:55 +00:00
Add docker_image_build module. (#735)
This commit is contained in:
@@ -20,6 +20,7 @@ description:
|
||||
|
||||
notes:
|
||||
- Building images is done using Docker daemon's API. It is not possible to use BuildKit / buildx this way.
|
||||
Use M(community.docker.docker_image_build) to build images with BuildKit.
|
||||
|
||||
extends_documentation_fragment:
|
||||
- community.docker.docker.api_documentation
|
||||
@@ -251,6 +252,7 @@ author:
|
||||
- Sorin Sbarnea (@ssbarnea)
|
||||
|
||||
seealso:
|
||||
- module: community.docker.docker_image_build
|
||||
- module: community.docker.docker_image_info
|
||||
- module: community.docker.docker_image_load
|
||||
- module: community.docker.docker_image_pull
|
||||
|
||||
Reference in New Issue
Block a user