|
@@ -349,6 +349,16 @@ whitespace. It has been added to this example for clarity.
|
|
|
in the container. This value acts as a default and is replaced
|
|
|
by a working directory specified when creating a container.
|
|
|
</dd>
|
|
|
+ <dt>
|
|
|
+ OnBuild <code>array of strings</code>
|
|
|
+ </dt>
|
|
|
+ <dd>
|
|
|
+ This metadata defines "trigger" instructions to be executed at
|
|
|
+ a later time, when the image is used as the base for another
|
|
|
+ build. Each trigger will be executed in the context of the
|
|
|
+ downstream build, as if it had been inserted immediately after
|
|
|
+ the *FROM* instruction in the downstream Dockerfile.
|
|
|
+ </dd>
|
|
|
</dl>
|
|
|
</dd>
|
|
|
<dt>
|