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

feat: support cpuperiod and cpuquota build arguments (Docker v1.19+) #3250

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

derlin
Copy link

@derlin derlin commented Apr 10, 2024

Add support for the new container limits introduced in Docker v1.19 for restricting cpu usage during build.

See https://docs.docker.com/engine/api/version-history/#v119-api-changes

Closes #3249

@derlin
Copy link
Author

derlin commented Apr 27, 2024

@milas @akx could you have a look?

@derlin
Copy link
Author

derlin commented May 28, 2024

@milas , @glours, @thaJeztah, anyone?

Add support for the new container limits introduced in Docker v1.19
for restricting cpu usage during build.

See https://docs.docker.com/engine/api/version-history/#v119-api-changes

Signed-off-by: Lucy Linder <[email protected]>
@kinkerl
Copy link

kinkerl commented May 31, 2024

i would be interested in this as well. thanks!

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

Successfully merging this pull request may close these issues.

Support cpuperiod and cpuquota container limits for build
2 participants