Merge pull request #43369 from sestegra/stop

Allow STOPSIGNAL instruction in commit change
This commit is contained in:
Sebastiaan van Stijn 2022-03-26 14:40:32 +01:00 committed by GitHub
commit 1ad9a09af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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,