mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
c8d/progress: Allow updating "Unavailable" ids
They might still change to "Mounted from" or "Already exists" when containerd updates the status in tracker. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@@ -195,7 +195,6 @@ func (p *pushProgress) UpdateProgress(ctx context.Context, ongoing *jobs, out pr
|
||||
if err != nil || notStarted {
|
||||
if p.notStartedWaitingAreUnavailable.Load() {
|
||||
progress.Update(out, id, "Unavailable")
|
||||
ongoing.Remove(j)
|
||||
continue
|
||||
}
|
||||
if cerrdefs.IsNotFound(err) {
|
||||
|
||||
Reference in New Issue
Block a user