mirror of
https://github.com/moby/moby.git
synced 2026-08-02 22:26:52 +00:00
Support STOPSIGNAL instruction in commit change
Signed-off-by: Stéphane Este-Gracias <sestegra@gmail.com>
This commit is contained in:
@@ -35,6 +35,7 @@ var validCommitCommands = map[string]bool{
|
||||
"expose": true,
|
||||
"label": true,
|
||||
"onbuild": true,
|
||||
"stopsignal": true,
|
||||
"user": true,
|
||||
"volume": true,
|
||||
"workdir": true,
|
||||
|
||||
Reference in New Issue
Block a user