Skip to content

Commit

Permalink
Support STOPSIGNAL instruction in commit change
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Este-Gracias <[email protected]>
  • Loading branch information
sestegra committed Mar 12, 2022
1 parent a583434 commit a768652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/dockerfile/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ var validCommitCommands = map[string]bool{
"expose": true,
"label": true,
"onbuild": true,
"stopsignal": true,
"user": true,
"volume": true,
"workdir": true,
Expand Down

0 comments on commit a768652

Please sign in to comment.