Browse Source

Merge pull request #45601 from vvoland/c8d-exists

c8d/pull: Use same progress action as distribution
Sebastiaan van Stijn 2 years ago
parent
commit
c5126d1435
1 changed files with 1 additions and 1 deletions
  1. 1 1
      daemon/containerd/progress.go

+ 1 - 1
daemon/containerd/progress.go

@@ -152,7 +152,7 @@ func (p pullProgress) UpdateProgress(ctx context.Context, ongoing *jobs, out pro
 		} else if p.ShowExists {
 			out.WriteProgress(progress.Progress{
 				ID:         stringid.TruncateID(j.Digest.Encoded()),
-				Action:     "Exists",
+				Action:     "Already exists",
 				HideCounts: true,
 				LastUpdate: true,
 			})