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

Add ability to disable concurrency #1032

Closed
alehaa opened this issue May 31, 2019 · 3 comments
Closed

Add ability to disable concurrency #1032

alehaa opened this issue May 31, 2019 · 3 comments

Comments

@alehaa
Copy link

alehaa commented May 31, 2019

Building a docker image for multiple platforms at once will execute the builds in parallel. However, for continuous integration it would be nice to execute the builds in serial to not get the build log mixed up.

I know, that serial builds are supported by just running individual jobs for each platform. However, using multiple platforms in one job allows me to get the manifest list created and pushed, too.

@tonistiigi
Copy link
Member

#2049

@therc
Copy link

therc commented Oct 8, 2021

Is there some magic directive that can be used in a Dockerfile to reduce concurrency? 99% of the time I want it, but when I'm validating major changes and I have 4-5 stages, it's hard to follow what happens in each of them. It looks like I would have to start special, dedicated instances with the new setting.

@tonistiigi
Copy link
Member

Currently, the concurrency limit can only be set on daemon start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants