From 2e6a16f2bdd32d9efc444285c559d1eac18212cc Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 12 Aug 2019 19:56:57 -0400 Subject: [PATCH] dockerTools: document extraCommands --- doc/functions/dockertools.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/functions/dockertools.xml b/doc/functions/dockertools.xml index 3e9281557d5..3e5b76756e2 100644 --- a/doc/functions/dockertools.xml +++ b/doc/functions/dockertools.xml @@ -316,6 +316,19 @@ hello latest de2bf4786de6 About a minute ago 25.2MB + + + extraCommands optional + + + + 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. + + +