summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2019-08-15 09:47:32 -0400
committerGitHub <noreply@github.com>2019-08-15 09:47:32 -0400
commitee30e62e348183c1804e842366fe75f7b7a12149 (patch)
tree344956bd5a35c595c0c59f67334ed5f0c4639c42 /doc
parentaba586ad2d610c473ef4823d43a5af418fb1c0aa (diff)
parentabf82a18fb22d4d2805f7d3985d484fbe133fb68 (diff)
Merge pull request #66543 from grahamc/dt
dockerTools: document extraCommands, increase layers
Diffstat (limited to 'doc')
-rw-r--r--doc/functions/dockertools.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/functions/dockertools.xml b/doc/functions/dockertools.xml
index 3e9281557d511..a284182bb047c 100644
--- a/doc/functions/dockertools.xml
+++ b/doc/functions/dockertools.xml
@@ -312,7 +312,23 @@ hello        latest   de2bf4786de6   About a minute ago   25.2MB
       Maximum number of layers to create.
      </para>
      <para>
-      <emphasis>Default:</emphasis> <literal>24</literal>
+      <emphasis>Default:</emphasis> <literal>100</literal>
+     </para>
+     <para>
+      <emphasis>Maximum:</emphasis> <literal>125</literal>
+     </para>
+    </listitem>
+   </varlistentry>
+   <varlistentry>
+    <term>
+     <varname>extraCommands</varname> <emphasis>optional</emphasis>
+    </term>
+    <listitem>
+     <para>
+       Shell commands to run while building the final layer, without access
+       to most of the layer contents. Changes to this layer are "on top"
+       of all the other layers, so can create additional directories
+       and files.
      </para>
     </listitem>
    </varlistentry>