moby/docs/sources/reference
unclejack b829e96cde forbid chained onbuild, from & maintainer triggers
This changes the way onbuild works:
- forbids the chaining of onbuild instructions
- forbids the use of `onbuild from`
- forbids the use of `onbuild maintainer`

It also makes docker throw errors when encountering such triggers when
executing the triggers during `FROM`.

Three tests have been added:
- ensure that chained onbuild (`onbuild onbuild`) is forbidden
- ensure that `onbuild from` is forbidden
- ensure that `onbuild maintainer` is forbidden

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
2014-02-20 20:31:04 +02:00
..
api Add dockerode NodeJS implementation 2014-02-17 14:04:47 +00:00
commandline Add extra info regarding docker run funcationality 2014-02-18 15:08:09 -05:00
builder.rst forbid chained onbuild, from & maintainer triggers 2014-02-20 20:31:04 +02:00
index.rst Fix 2720 -- Expanded documentation for docker run. 2014-01-27 14:44:24 -08:00
run.rst Fix RST formatting 2014-02-07 00:10:47 -07:00