vendor: update runtime-spec v1.0.3-0.20200728170252-4d89ac9fbff6

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2020-07-17 17:22:46 +02:00
parent 97b02cf9c0
commit 901dccf05d
11 changed files with 43 additions and 30 deletions
+1 -1
View File
@@ -1863,7 +1863,7 @@ func (c *linuxContainer) currentOCIState() (*specs.State, error) {
if err != nil {
return nil, err
}
state.Status = status.String()
state.Status = specs.ContainerState(status.String())
if status != Stopped {
if c.initProcess != nil {
state.Pid = c.initProcess.pid()