-
Notifications
You must be signed in to change notification settings - Fork 173
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
Refactor image pulling to use goroutines for concurrency #1868
Conversation
✅ Deploy Preview for zarf-docs canceled.
|
bigbang example package generation
0.28.0 run times:
0.28.0 skip sbom run times:
|
tldr:
sbom creation time is now 11s vs 1m13s on my machine with the bigbang example package |
hijacked the PR to include image pull concurrency too @Racer159 Can move it to another PR if it's not wanted here. |
Creating the BB package on my machine with cached images is now 0m56.267s vs 3m37.204s on v0.28.0 |
Don't know why ci is failing, same commands work fine on my local machine |
Description
Concurrently retrieves image metadata and layers during
package create
.Type of change
Checklist before merging