mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
deploy: e176a8a17b
This commit is contained in:
parent
7477390915
commit
6c9ff99689
@ -518,6 +518,7 @@ This export type export type writes all result files as a single tarball on the
|
||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"env"</span></code>:
|
||||
Reads the secret from an environment variable on the target.</p>
|
||||
<p>The environment variable must be named in <code class="ansible-option docutils literal notranslate"><strong><span><span class="pre">secrets[].env</span></span></strong></code>.</p>
|
||||
<p>Note that this requires the Buildkit plugin to have version 0.6.0 or newer.</p>
|
||||
</li>
|
||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"file"</span></code>:
|
||||
Reads the secret from a file on the target.</p>
|
||||
@ -526,6 +527,7 @@ Reads the secret from a file on the target.</p>
|
||||
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">"value"</span></code>:
|
||||
Provides the secret from a given value <code class="ansible-option docutils literal notranslate"><strong><span><span class="pre">secrets[].value</span></span></strong></code>.</p>
|
||||
<p><strong>Note</strong> that the secret will be passed as an environment variable to <code class="docutils literal notranslate"><span class="pre">docker</span> <span class="pre">compose</span></code>. Use another mean of transport if you consider this not safe enough.</p>
|
||||
<p>Note that this requires the Buildkit plugin to have version 0.6.0 or newer.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div></td>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user