mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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) |
||
|---|---|---|
| .. | ||
| api_test.go | ||
| auth_test.go | ||
| buildfile_test.go | ||
| commands_test.go | ||
| container_test.go | ||
| graph_test.go | ||
| iptables_test.go | ||
| runtime_test.go | ||
| server_test.go | ||
| sorter_test.go | ||
| utils_test.go | ||
| z_final_test.go | ||