This commit is contained in:
mjbogusz
2025-07-09 17:47:38 +00:00
parent 3e6be7b735
commit 8ff47d73f2
4 changed files with 11 additions and 3 deletions
+2 -2
View File
@@ -341,7 +341,7 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<div class="ansibleOptionAnchor" id="parameter-memory_limit"></div><p class="ansible-option-title" id="ansible-collections-community-docker-docker-compose-v2-build-module-parameter-memory-limit"><strong>memory_limit</strong></p>
<a class="ansibleOptionLink" href="#parameter-memory_limit" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">integer</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Memory limit for the build container, in bytes. Not supported by BuildKit</p>
<td><div class="ansible-option-cell"><p>Memory limit for the build container, in bytes. Not supported by BuildKit.</p>
</div></td>
</tr>
<tr class="row-even"><td><div class="ansible-option-cell">
@@ -385,7 +385,7 @@ see <a class="reference internal" href="#ansible-collections-community-docker-do
<div class="ansibleOptionAnchor" id="parameter-pull"></div><p class="ansible-option-title" id="ansible-collections-community-docker-docker-compose-v2-build-module-parameter-pull"><strong>pull</strong></p>
<a class="ansibleOptionLink" href="#parameter-pull" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>If set to <code class="ansible-value docutils literal notranslate"><span class="pre">true</span></code>, will attempt to pull newer version of the image</p>
<td><div class="ansible-option-cell"><p>If set to <code class="ansible-value docutils literal notranslate"><span class="pre">true</span></code>, will attempt to pull newer version of the image.</p>
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
<ul class="simple">
<li><p><code class="ansible-option-default-bold docutils literal notranslate"><strong><span class="pre">false</span></strong></code> <span class="ansible-option-choices-default-mark">← (default)</span></p></li>