Skip to content

d-f-s: Handle missing image

Daniel Stone requested to merge dfs-handle-missing-image into master

It's possible that a stopped container has had its image GCed away from under it. Though this should only happen in extremis - like when we upgrade gitlab-runner - and the old container doesn't get removed because of things like !21 (merged) - we don't actually need to have an image except to ref it and print the id. So in this case we can just ignore the failure.

Merge request reports