server: store and use image's stop signal to stop containers
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
7c43d34a1b
commit
b4f1cee2a2
57 changed files with 949 additions and 10084 deletions
1
vendor/github.com/opencontainers/image-spec/schema/config_test.go
generated
vendored
1
vendor/github.com/opencontainers/image-spec/schema/config_test.go
generated
vendored
|
@ -164,6 +164,7 @@ func TestConfig(t *testing.T) {
|
|||
"/var/job-result-data": {},
|
||||
"/var/log/my-app-logs": {}
|
||||
},
|
||||
"StopSignal": "SIGKILL",
|
||||
"WorkingDir": "/home/alice",
|
||||
"Labels": {
|
||||
"com.example.project.git.url": "https://example.com/project.git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue