cnabio/cnab-go

Handle context cancellation in the kubernetes driver

carolynvs opened this issue · 1 comments

A context object is now being passed to the drivers during Run. The kubernetes driver needs to take advantage of it to handle when the passed context times out or is cancelled.

Do we need a similar issue for the docker driver?