diff --git a/branch/stable-3/current_container_facts_module.html b/branch/stable-3/current_container_facts_module.html
index 4417d2fc..d7afa610 100644
--- a/branch/stable-3/current_container_facts_module.html
+++ b/branch/stable-3/current_container_facts_module.html
@@ -4,7 +4,7 @@
"docker":
This export type writes the single-platform result image as a Docker image specification tarball on the client. Tarballs created by this exporter are also OCI compatible.
-The destination can be provided in outputs[].dest. If not specified, the tar will be loaded automatically to the local image store.
-The Docker context where to import the result can be provided in outputs[].context.
+The destination can be provided in outputs[].dest. If not specified, the tar will be loaded automatically to the local image store.
+The Docker context where to import the result can be provided in outputs[].context.
"image":
This exporter writes the build result as an image or a manifest list. When using this driver, the image will appear in docker images.
-The image name can be provided in outputs[].name. If it is not provided, name and tag will be used.
-Optionally, image can be automatically pushed to a registry by setting outputs[].push=true.
+The image name can be provided in outputs[].name. If it is not provided, name and tag will be used.
+Optionally, image can be automatically pushed to a registry by setting outputs[].push=true.
"local":
This export type writes all result files to a directory on the client. The new files will be owned by the current user. On multi-platform builds, all results will be put in subdirectories by their platform.
-The destination has to be provided in outputs[].dest.
+The destination has to be provided in outputs[].dest.
"oci":
This export type writes the result image or manifest list as an OCI image layout tarball on the client.
-The destination has to be provided in outputs[].dest.
+The destination has to be provided in outputs[].dest.
"tar":
This export type export type writes all result files as a single tarball on the client. On multi-platform builds, all results will be put in subdirectories by their platform.
-The destination has to be provided in outputs[].dest.
+The destination has to be provided in outputs[].dest.
@@ -520,15 +520,15 @@ This export type export type writes all result files as a single tarball on the
"env":
Reads the secret from an environment variable on the target.
-The environment variable must be named in secrets[].env.
+The environment variable must be named in secrets[].env.
Note that this requires the Buildkit plugin to have version 0.6.0 or newer.
"file":
Reads the secret from a file on the target.
-The file must be specified in secrets[].src.
+The file must be specified in secrets[].src.
"value":
-Provides the secret from a given value secrets[].value.
+Provides the secret from a given value secrets[].value.
Note that the secret will be passed as an environment variable to docker compose. Use another mean of transport if you consider this not safe enough.
Note that this requires the Buildkit plugin to have version 0.6.0 or newer.
diff --git a/branch/stable-3/docker_image_export_module.html b/branch/stable-3/docker_image_export_module.html
index cd0bc579..09ddb49e 100644
--- a/branch/stable-3/docker_image_export_module.html
+++ b/branch/stable-3/docker_image_export_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_export module – Export (archive) Docker images — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_info_module.html b/branch/stable-3/docker_image_info_module.html
index bbe589f7..e2375dd6 100644
--- a/branch/stable-3/docker_image_info_module.html
+++ b/branch/stable-3/docker_image_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_info module – Inspect docker images — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_load_module.html b/branch/stable-3/docker_image_load_module.html
index d8b67ed4..31508d9e 100644
--- a/branch/stable-3/docker_image_load_module.html
+++ b/branch/stable-3/docker_image_load_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_load module – Load docker image(s) from archives — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_module.html b/branch/stable-3/docker_image_module.html
index 171dbab4..a6026026 100644
--- a/branch/stable-3/docker_image_module.html
+++ b/branch/stable-3/docker_image_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image module – Manage docker images — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_pull_module.html b/branch/stable-3/docker_image_pull_module.html
index a1625ac9..a94bdc6a 100644
--- a/branch/stable-3/docker_image_pull_module.html
+++ b/branch/stable-3/docker_image_pull_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_pull module – Pull Docker images from registries — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_push_module.html b/branch/stable-3/docker_image_push_module.html
index 15a596b7..638b669f 100644
--- a/branch/stable-3/docker_image_push_module.html
+++ b/branch/stable-3/docker_image_push_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_push module – Push Docker images to registries — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_remove_module.html b/branch/stable-3/docker_image_remove_module.html
index 9d1b121b..1e63fc4d 100644
--- a/branch/stable-3/docker_image_remove_module.html
+++ b/branch/stable-3/docker_image_remove_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_remove module – Remove Docker images — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_image_tag_module.html b/branch/stable-3/docker_image_tag_module.html
index 05f5f979..5e8ccd83 100644
--- a/branch/stable-3/docker_image_tag_module.html
+++ b/branch/stable-3/docker_image_tag_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_image_tag module – Tag Docker images with new names and/or tags — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_login_module.html b/branch/stable-3/docker_login_module.html
index dc0e1288..fd1a70c5 100644
--- a/branch/stable-3/docker_login_module.html
+++ b/branch/stable-3/docker_login_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_login module – Log into a Docker registry. — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_machine_inventory.html b/branch/stable-3/docker_machine_inventory.html
index 8b4f1541..ba754da8 100644
--- a/branch/stable-3/docker_machine_inventory.html
+++ b/branch/stable-3/docker_machine_inventory.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_machine inventory – Docker Machine inventory source — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_network_info_module.html b/branch/stable-3/docker_network_info_module.html
index e645616c..f48d8f76 100644
--- a/branch/stable-3/docker_network_info_module.html
+++ b/branch/stable-3/docker_network_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_network_info module – Retrieves facts about docker network — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_network_module.html b/branch/stable-3/docker_network_module.html
index 3752493e..1be69692 100644
--- a/branch/stable-3/docker_network_module.html
+++ b/branch/stable-3/docker_network_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_network module – Manage Docker networks — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_node_info_module.html b/branch/stable-3/docker_node_info_module.html
index a9bfeb80..ef0d1675 100644
--- a/branch/stable-3/docker_node_info_module.html
+++ b/branch/stable-3/docker_node_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_node_info module – Retrieves facts about docker swarm node from Swarm Manager — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_node_module.html b/branch/stable-3/docker_node_module.html
index 44969e6e..21744271 100644
--- a/branch/stable-3/docker_node_module.html
+++ b/branch/stable-3/docker_node_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_node module – Manage Docker Swarm node — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_plugin_module.html b/branch/stable-3/docker_plugin_module.html
index 41ea8859..6531e29a 100644
--- a/branch/stable-3/docker_plugin_module.html
+++ b/branch/stable-3/docker_plugin_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_plugin module – Manage Docker plugins — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_prune_module.html b/branch/stable-3/docker_prune_module.html
index bc58ef5f..8b09a91a 100644
--- a/branch/stable-3/docker_prune_module.html
+++ b/branch/stable-3/docker_prune_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_prune module – Allows to prune various docker objects — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_secret_module.html b/branch/stable-3/docker_secret_module.html
index f9ecd5fe..491d5d71 100644
--- a/branch/stable-3/docker_secret_module.html
+++ b/branch/stable-3/docker_secret_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_secret module – Manage docker secrets. — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_stack_info_module.html b/branch/stable-3/docker_stack_info_module.html
index 67df87d8..29a2459f 100644
--- a/branch/stable-3/docker_stack_info_module.html
+++ b/branch/stable-3/docker_stack_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_stack_info module – Return information on all docker stacks — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_stack_module.html b/branch/stable-3/docker_stack_module.html
index 166d1a04..14c8e8fe 100644
--- a/branch/stable-3/docker_stack_module.html
+++ b/branch/stable-3/docker_stack_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_stack module – docker stack module — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_stack_task_info_module.html b/branch/stable-3/docker_stack_task_info_module.html
index 6c415b38..f83cace0 100644
--- a/branch/stable-3/docker_stack_task_info_module.html
+++ b/branch/stable-3/docker_stack_task_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_stack_task_info module – Return information of the tasks on a docker stack — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_swarm_info_module.html b/branch/stable-3/docker_swarm_info_module.html
index 9cadc46a..ec191481 100644
--- a/branch/stable-3/docker_swarm_info_module.html
+++ b/branch/stable-3/docker_swarm_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_swarm_info module – Retrieves facts about Docker Swarm cluster. — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_swarm_inventory.html b/branch/stable-3/docker_swarm_inventory.html
index 84888819..75d91572 100644
--- a/branch/stable-3/docker_swarm_inventory.html
+++ b/branch/stable-3/docker_swarm_inventory.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_swarm inventory – Ansible dynamic inventory plugin for Docker swarm nodes. — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_swarm_module.html b/branch/stable-3/docker_swarm_module.html
index abc26caf..d26a7fd5 100644
--- a/branch/stable-3/docker_swarm_module.html
+++ b/branch/stable-3/docker_swarm_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_swarm module – Manage Swarm cluster — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_swarm_service_info_module.html b/branch/stable-3/docker_swarm_service_info_module.html
index d9058edc..81349264 100644
--- a/branch/stable-3/docker_swarm_service_info_module.html
+++ b/branch/stable-3/docker_swarm_service_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_swarm_service_info module – Retrieves information about docker services from a Swarm Manager — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_swarm_service_module.html b/branch/stable-3/docker_swarm_service_module.html
index a67116a6..ec6efb4b 100644
--- a/branch/stable-3/docker_swarm_service_module.html
+++ b/branch/stable-3/docker_swarm_service_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_swarm_service module – docker swarm service — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_volume_info_module.html b/branch/stable-3/docker_volume_info_module.html
index 53fbce2c..767f1a32 100644
--- a/branch/stable-3/docker_volume_info_module.html
+++ b/branch/stable-3/docker_volume_info_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_volume_info module – Retrieve facts about Docker volumes — Community.Docker Collection documentation
diff --git a/branch/stable-3/docker_volume_module.html b/branch/stable-3/docker_volume_module.html
index 5d7ed713..8bf71602 100644
--- a/branch/stable-3/docker_volume_module.html
+++ b/branch/stable-3/docker_volume_module.html
@@ -4,7 +4,7 @@
-
+
community.docker.docker_volume module – Manage Docker volumes — Community.Docker Collection documentation
diff --git a/branch/stable-3/environment_variables.html b/branch/stable-3/environment_variables.html
index 8fcd0bf2..930bc2a9 100644
--- a/branch/stable-3/environment_variables.html
+++ b/branch/stable-3/environment_variables.html
@@ -4,7 +4,7 @@
-
+
Index of all Collection Environment Variables — Community.Docker Collection documentation
diff --git a/branch/stable-3/index.html b/branch/stable-3/index.html
index 56fd3ef3..4c448619 100644
--- a/branch/stable-3/index.html
+++ b/branch/stable-3/index.html
@@ -4,7 +4,7 @@
-
+
Community.Docker — Community.Docker Collection documentation
diff --git a/branch/stable-3/nsenter_connection.html b/branch/stable-3/nsenter_connection.html
index 9a4a8b34..8240d693 100644
--- a/branch/stable-3/nsenter_connection.html
+++ b/branch/stable-3/nsenter_connection.html
@@ -4,7 +4,7 @@
-
+
community.docker.nsenter connection – execute on host running controller container — Community.Docker Collection documentation