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

Push images in parallel with component installation #3324

Open
xyzzyz opened this issue Dec 12, 2024 · 0 comments
Open

Push images in parallel with component installation #3324

xyzzyz opened this issue Dec 12, 2024 · 0 comments
Labels
enhancement ✨ New feature or request

Comments

@xyzzyz
Copy link

xyzzyz commented Dec 12, 2024

Is your feature request related to a problem? Please describe.

When deploying a package consisting of multiple components, Zarf first finishes installing a component before moving on to installing a second one. It would make the deployment process significantly faster if Zarf pushed all images to internal registry in parallel with installing components, so that when Zarf gets to installing second or third component, its images are already pushed, instead of just getting around to begin doing that.

Describe the behavior you'd like

  • Given a package containing multiple components
  • When someone calls zarf package deploy ... --parallel-push
  • Then all images are pushed to local registry in parallel with installation.
@xyzzyz xyzzyz added the enhancement ✨ New feature or request label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant