You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Zarf is pulling images to create a package it generates a progress bar to indicate.. well progress.
Right now the progress bar is displaying an incorrect value for the total bytes that are going to be downloaded because it is not accounting for the fact that some images may share layers.
When creating the progress bar, we should take into account duplicate layers so that we can provide a more accurate representation of the progress of the image pulls.
The text was updated successfully, but these errors were encountered:
…1489)
## Description
The progress bar 'expected bytes' now takes duplicate layers into
account
Fixes#1488
Signed-off-by: Jon Perry <[email protected]>
Co-authored-by: Wayne Starr <[email protected]>
When Zarf is pulling images to create a package it generates a progress bar to indicate.. well progress.
Right now the progress bar is displaying an incorrect value for the total bytes that are going to be downloaded because it is not accounting for the fact that some images may share layers.
When creating the progress bar, we should take into account duplicate layers so that we can provide a more accurate representation of the progress of the image pulls.
The text was updated successfully, but these errors were encountered: