progress: temp fix for context canceling

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
docker-18.09
Tonis Tiigi 2017-06-22 12:13:25 -07:00
parent 7d835ce16c
commit bd32090372
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ func showProgress(ctx context.Context, ongoing *jobs, cs content.Store) {
}
if !j.done {
info, err := cs.Info(ctx, j.Digest)
info, err := cs.Info(context.TODO(), j.Digest)
if err != nil {
if content.IsNotFound(err) {
pw.Write(j.Digest.String(), progress.Status{