mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
deploy: d4b654793e
This commit is contained in:
parent
2dd653e9e3
commit
8958da1eb0
@ -197,7 +197,7 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
|
||||
<section id="synopsis">
|
||||
<h2><a class="toc-backref" href="#id1" role="doc-backlink">Synopsis</a><a class="headerlink" href="#synopsis" title="Link to this heading"></a></h2>
|
||||
<ul class="simple">
|
||||
<li><p>This module allows you to build Docker images using Docker’s buildx plugin (BuildKit), supporting features like multi-platform builds, secrets, and conditional image loading or pushing.</p></li>
|
||||
<li><p>This module allows you to build Docker images using Docker’s buildx plugin (BuildKit). It supports features such as multi-platform builds, secrets, and conditional image loading or pushing.</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="requirements">
|
||||
@ -376,8 +376,8 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
|
||||
<a class="ansibleOptionLink" href="#parameter-platform" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">string</span></p>
|
||||
</div></td>
|
||||
<td><div class="ansible-option-cell"><p>Target platform(s) for the build, specified as a single string or a list of strings.</p>
|
||||
<p>Each platform string should be in the format “os/arch[/variant]”.</p>
|
||||
<p>Example single platform “linux/amd64”.</p>
|
||||
<p>Each platform string should be in the format <code class="docutils literal notranslate"><span class="pre">os/arch[/variant]</span></code>.</p>
|
||||
<p>For example, a single platform is <code class="docutils literal notranslate"><span class="pre">linux/amd64</span></code>.</p>
|
||||
<p>Example multiple platforms [“linux/amd64”, “linux/arm64/v8”].</p>
|
||||
</div></td>
|
||||
</tr>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user