1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Support STOPSIGNAL instruction in commit change

Signed-off-by: Stéphane Este-Gracias <sestegra@gmail.com>
This commit is contained in:
Stéphane Este-Gracias 2022-03-12 17:10:35 +01:00
parent a583434ebc
commit a768652fd6
No known key found for this signature in database
GPG key ID: B92297E2A4048C9B

View file

@ -35,6 +35,7 @@ var validCommitCommands = map[string]bool{
"expose": true,
"label": true,
"onbuild": true,
"stopsignal": true,
"user": true,
"volume": true,
"workdir": true,