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

Fix: Large DEV Image #918

Merged
merged 2 commits into from
Oct 11, 2023
Merged

Conversation

CodeWithEmad
Copy link
Member

This will fix large dev images caused by the large user ID (this docker bug).
Closes openedx-unsupported/wg-developer-experience#178

There is an old bug on docker, which having a large user id will cause hang/crash on build level. --no-log-init added to the useradd command, such that the /var/log/faillog does not take much space.
The upstream issue: moby/moby#5419
Copy link
Contributor

@regisb regisb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@regisb regisb merged commit f4dc508 into overhangio:master Oct 11, 2023
1 check passed
@regisb
Copy link
Contributor

regisb commented Oct 11, 2023

I took the liberty to rewrite your commit message.

@CodeWithEmad CodeWithEmad deleted the fix/large-dev-image branch October 24, 2023 06:08
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.

Large user ID causes 600+ GB openedx image in Tutor
2 participants