community.docker/plugins/modules
Felix Fontein f2a5d6f872
docker_image_build: allow to specify multiple platforms, allow to specify secrets and outputs (#852)
* Add note on idempotency.

* Make platform a list of strings.

* Support specifying secrets.

* Add test for secrets.

* Support specifying outputs.

* Ignore invalid choices syntax for ansible-core <= 2.16.

It actually works with ansible-core 2.14+ (though not with <= 2.13),
but the sanity tests only accept it from 2.17 on.

* Only use --secret with type=env for buildx 0.6.0+, and multiple --output for buildx 0.13.0+.
2024-05-11 15:52:47 +02:00
..
current_container_facts.py Use semantic markup (#645) 2023-06-22 07:01:31 +02:00
docker_compose_v2_pull.py docker_compose_v2: allow to specify inline compose definitions (#832) 2024-04-09 17:41:12 +02:00
docker_compose_v2.py docker_compose_v2: allow to specify inline compose definitions (#832) 2024-04-09 17:41:12 +02:00
docker_compose.py Deprecate Docker Compose v1. (#833) 2024-05-04 13:15:53 +00:00
docker_config.py Use semantic markup (#645) 2023-06-22 07:01:31 +02:00
docker_container_copy_into.py Use semantic markup (#645) 2023-06-22 07:01:31 +02:00
docker_container_exec.py Add docker_container_exec note on env variables; remove superfluous notes (#806) 2024-02-24 20:45:13 +01:00
docker_container_info.py Use semantic markup (#645) 2023-06-22 07:01:31 +02:00
docker_container.py Add healthcheck start-interval option (#848) 2024-05-09 21:22:06 +02:00
docker_host_info.py Use semantic markup (#645) 2023-06-22 07:01:31 +02:00
docker_image_build.py docker_image_build: allow to specify multiple platforms, allow to specify secrets and outputs (#852) 2024-05-11 15:52:47 +02:00
docker_image_export.py Add docker_image_export module (#774) 2024-01-22 22:03:38 +01:00
docker_image_info.py Use semantic markup (#645) 2023-06-22 07:01:31 +02:00
docker_image_load.py Add docker_container_exec note on env variables; remove superfluous notes (#806) 2024-02-24 20:45:13 +01:00
docker_image_pull.py Update docs. 2023-12-31 15:14:01 +01:00
docker_image_push.py Update docs. 2023-12-31 15:14:01 +01:00
docker_image_remove.py Update docs. 2023-12-31 15:14:01 +01:00
docker_image_tag.py Fix example. 2024-01-01 18:09:08 +01:00
docker_image.py Add docker_image_export module (#774) 2024-01-22 22:03:38 +01:00
docker_login.py Fix typos, improve markup, improve scenario guide (#699) 2023-10-29 08:30:24 +01:00
docker_network_info.py Use semantic markup (#645) 2023-06-22 07:01:31 +02:00
docker_network.py docker_network: Add support for --config-from and --config-only (#843) 2024-05-04 15:16:34 +02:00
docker_node_info.py Use semantic markup (#645) 2023-06-22 07:01:31 +02:00
docker_node.py Use semantic markup (#645) 2023-06-22 07:01:31 +02:00
docker_plugin.py docs(docker_plugin): note that --grant-all-permissions is true by default (#800) 2024-02-16 13:48:53 +01:00
docker_prune.py docker_prune: add new options for cleaning build caches (#845) 2024-05-09 17:12:36 +02:00
docker_secret.py Use semantic markup (#645) 2023-06-22 07:01:31 +02:00
docker_stack_info.py Change Docker Stack modules to use common CLI module framework. (#745) 2024-01-14 08:54:06 +01:00
docker_stack_task_info.py Change Docker Stack modules to use common CLI module framework. (#745) 2024-01-14 08:54:06 +01:00
docker_stack.py Change Docker Stack modules to use common CLI module framework. (#745) 2024-01-14 08:54:06 +01:00
docker_swarm_info.py Use semantic markup (#645) 2023-06-22 07:01:31 +02:00
docker_swarm_service_info.py Use semantic markup (#645) 2023-06-22 07:01:31 +02:00
docker_swarm_service.py Add sysctls option to docker_swarm_service (#836) 2024-04-30 22:44:25 +02:00
docker_swarm.py Fix typos, improve markup, improve scenario guide (#699) 2023-10-29 08:30:24 +01:00
docker_volume_info.py Use semantic markup (#645) 2023-06-22 07:01:31 +02:00
docker_volume.py fix(community.docker.docker_volume): labels can be none (#702) 2023-11-12 11:19:56 +01:00