-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add parallel local image building. #1380
Labels
Comments
Closed
I would love to have this somehow. Thoughts: This is only for
|
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
Jan 2, 2020
Defaults to a sequential build Fixes GoogleContainerTools#1380 Signed-off-by: David Gageot <david@gageot.net>
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
Jan 3, 2020
Defaults to a sequential build Fixes GoogleContainerTools#1380 Signed-off-by: David Gageot <david@gageot.net>
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
Jan 3, 2020
Defaults to a sequential build Fixes GoogleContainerTools#1380 Signed-off-by: David Gageot <david@gageot.net>
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
Jan 7, 2020
Defaults to a sequential build Fixes GoogleContainerTools#1380 Signed-off-by: David Gageot <david@gageot.net>
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
Jan 8, 2020
Defaults to a sequential build Fixes GoogleContainerTools#1380 Signed-off-by: David Gageot <david@gageot.net>
dgageot
added a commit
to dgageot/skaffold
that referenced
this issue
Jan 8, 2020
Defaults to a sequential build Fixes GoogleContainerTools#1380 Signed-off-by: David Gageot <david@gageot.net>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#248 added parallel building to gcb+kaniko, but not local builds.
Expected behavior
That local builds use InParallel
Actual behavior
Local builds use InSequence
The text was updated successfully, but these errors were encountered: