diff --git a/branch/main/current_container_facts_module.html b/branch/main/current_container_facts_module.html index cec3e2be..a8004a51 100644 --- a/branch/main/current_container_facts_module.html +++ b/branch/main/current_container_facts_module.html @@ -4,7 +4,7 @@ - + community.docker.current_container_facts module – Return facts about whether the module runs in a container — Community.Docker Collection documentation diff --git a/branch/main/docker_api_connection.html b/branch/main/docker_api_connection.html index bc5a25dc..b4ccd82f 100644 --- a/branch/main/docker_api_connection.html +++ b/branch/main/docker_api_connection.html @@ -4,7 +4,7 @@ - + community.docker.docker_api connection – Run tasks in docker containers — Community.Docker Collection documentation diff --git a/branch/main/docker_compose_module.html b/branch/main/docker_compose_module.html index 51d36ba2..bfe14767 100644 --- a/branch/main/docker_compose_module.html +++ b/branch/main/docker_compose_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_compose — Community.Docker Collection documentation diff --git a/branch/main/docker_compose_v2_exec_module.html b/branch/main/docker_compose_v2_exec_module.html index 2525f091..285cd426 100644 --- a/branch/main/docker_compose_v2_exec_module.html +++ b/branch/main/docker_compose_v2_exec_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_compose_v2_exec module – Run command in a container of a Compose service — Community.Docker Collection documentation diff --git a/branch/main/docker_compose_v2_module.html b/branch/main/docker_compose_v2_module.html index 49e06b92..2cc41750 100644 --- a/branch/main/docker_compose_v2_module.html +++ b/branch/main/docker_compose_v2_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_compose_v2 module – Manage multi-container Docker applications with Docker Compose CLI plugin — Community.Docker Collection documentation diff --git a/branch/main/docker_compose_v2_pull_module.html b/branch/main/docker_compose_v2_pull_module.html index 2f923639..3cc58987 100644 --- a/branch/main/docker_compose_v2_pull_module.html +++ b/branch/main/docker_compose_v2_pull_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_compose_v2_pull module – Pull a Docker compose project — Community.Docker Collection documentation diff --git a/branch/main/docker_compose_v2_run_module.html b/branch/main/docker_compose_v2_run_module.html index b07b3523..2891983b 100644 --- a/branch/main/docker_compose_v2_run_module.html +++ b/branch/main/docker_compose_v2_run_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_compose_v2_run module – Run command in a new container of a Compose service — Community.Docker Collection documentation diff --git a/branch/main/docker_config_module.html b/branch/main/docker_config_module.html index acecb617..595ab19f 100644 --- a/branch/main/docker_config_module.html +++ b/branch/main/docker_config_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_config module – Manage docker configs — Community.Docker Collection documentation diff --git a/branch/main/docker_connection.html b/branch/main/docker_connection.html index 8f766d9e..a303b3bd 100644 --- a/branch/main/docker_connection.html +++ b/branch/main/docker_connection.html @@ -4,7 +4,7 @@ - + community.docker.docker connection – Run tasks in docker containers — Community.Docker Collection documentation diff --git a/branch/main/docker_container_copy_into_module.html b/branch/main/docker_container_copy_into_module.html index 55cc2def..966515a4 100644 --- a/branch/main/docker_container_copy_into_module.html +++ b/branch/main/docker_container_copy_into_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_container_copy_into module – Copy a file into a Docker container — Community.Docker Collection documentation diff --git a/branch/main/docker_container_exec_module.html b/branch/main/docker_container_exec_module.html index d9b1c0ac..d7329e5c 100644 --- a/branch/main/docker_container_exec_module.html +++ b/branch/main/docker_container_exec_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_container_exec module – Execute command in a docker container — Community.Docker Collection documentation diff --git a/branch/main/docker_container_info_module.html b/branch/main/docker_container_info_module.html index 468a8c11..372514ec 100644 --- a/branch/main/docker_container_info_module.html +++ b/branch/main/docker_container_info_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_container_info module – Retrieves facts about docker container — Community.Docker Collection documentation diff --git a/branch/main/docker_container_module.html b/branch/main/docker_container_module.html index 2ea787ca..0b89a3c8 100644 --- a/branch/main/docker_container_module.html +++ b/branch/main/docker_container_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_container module – manage Docker containers — Community.Docker Collection documentation diff --git a/branch/main/docker_containers_inventory.html b/branch/main/docker_containers_inventory.html index d9e4e68d..a724e9e4 100644 --- a/branch/main/docker_containers_inventory.html +++ b/branch/main/docker_containers_inventory.html @@ -4,7 +4,7 @@ - + community.docker.docker_containers inventory – Ansible dynamic inventory plugin for Docker containers — Community.Docker Collection documentation diff --git a/branch/main/docker_host_info_module.html b/branch/main/docker_host_info_module.html index 0c844531..cbb7a285 100644 --- a/branch/main/docker_host_info_module.html +++ b/branch/main/docker_host_info_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_host_info module – Retrieves facts about docker host and lists of objects of the services — Community.Docker Collection documentation diff --git a/branch/main/docker_image_build_module.html b/branch/main/docker_image_build_module.html index b6853cca..392319fc 100644 --- a/branch/main/docker_image_build_module.html +++ b/branch/main/docker_image_build_module.html @@ -4,7 +4,7 @@ - + community.docker.docker_image_build module – Build Docker images using Docker buildx — Community.Docker Collection documentation @@ -417,25 +417,25 @@ see "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