mirror of
https://github.com/moby/buildkit.git
synced 2026-06-30 19:57:39 +00:00
progress: temp fix for context canceling
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user