This commit is contained in:
github-actions[bot] 2024-07-14 09:24:58 +00:00
parent c9711f2965
commit f811be1c2c
3 changed files with 52 additions and 52 deletions

View file

@ -2272,7 +2272,7 @@ docker<span class="w"> </span>build<span class="w"> </span>--tag<span class="w">
<h4 id="build-arguments-optional"><a class="toclink" href="#build-arguments-optional">Build Arguments (Optional)</a></h4>
<p>The <code>Dockerfile</code> includes several build <a href="https://docs.docker.com/engine/reference/builder/#using-arg-variables"><code>ARG</code></a> instructions that can be configured:</p>
<ul>
<li><code>DOVECOT_COMMUNITY_REPO</code>: Install Dovecot from the community repo instead of from Debian (default = 1) </li>
<li><code>DOVECOT_COMMUNITY_REPO</code>: Install Dovecot from the community repo instead of from Debian (default = 0) </li>
<li><code>DMS_RELEASE</code>: The image version (default = edge)</li>
<li><code>VCS_REVISION</code>: The git commit hash used for the build (default = unknown)</li>
</ul>