Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect expected size for progress bar on image downloads #1488

Closed
YrrepNoj opened this issue Mar 27, 2023 · 0 comments · Fixed by #1489
Closed

Incorrect expected size for progress bar on image downloads #1488

YrrepNoj opened this issue Mar 27, 2023 · 0 comments · Fixed by #1489

Comments

@YrrepNoj
Copy link
Contributor

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.

@github-project-automation github-project-automation bot moved this to New Requests in Zarf Project Board Mar 27, 2023
Racer159 added a commit that referenced this issue Mar 27, 2023
…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]>
@github-project-automation github-project-automation bot moved this from New Requests to Done in Zarf Project Board Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant