Skip to content

Update to runc rc92#145

Merged
rkoster merged 6 commits intomasterfrom
update-to-runc-rc92
Aug 19, 2020
Merged

Update to runc rc92#145
rkoster merged 6 commits intomasterfrom
update-to-runc-rc92

Conversation

@rkoster
Copy link
Copy Markdown
Contributor

@rkoster rkoster commented Aug 19, 2020

Implements: https://www.pivotaltracker.com/story/show/174389607

Ci will break until runc is also bumped in our ci image (currently pinned in concourse).

@cf-gitbot
Copy link
Copy Markdown

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/174405456

The labels on this github issue will be updated when the story is started.


func newProcessFromContainerState(id, status string, pid int) *models.Process {
func newProcessFromContainerState(id string, status specs.ContainerState, pid int) *models.Process {
if status == ContainerStateStopped {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be safe to remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants