mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #43369 from sestegra/stop
Allow STOPSIGNAL instruction in commit change
This commit is contained in:
commit
1ad9a09af8
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ var validCommitCommands = map[string]bool{
|
|||
"expose": true,
|
||||
"label": true,
|
||||
"onbuild": true,
|
||||
"stopsignal": true,
|
||||
"user": true,
|
||||
"volume": true,
|
||||
"workdir": true,
|
||||
|
|
Loading…
Reference in a new issue