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

Docker Hub fails to build #11

Closed
ShutdownRepo opened this issue Aug 8, 2020 · 2 comments
Closed

Docker Hub fails to build #11

ShutdownRepo opened this issue Aug 8, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@ShutdownRepo
Copy link
Member

Lately, Docker Hub builds tend to fail.
The error thrown in the logs is always the same: no space left on device.
Right now, Exegol weighs 10.4GB, maybe the build size is limited?
I think the issue is on the Docker Hub side, there is no problem at all when building locally.

@ShutdownRepo ShutdownRepo added the bug Something isn't working label Aug 8, 2020
@ShutdownRepo
Copy link
Member Author

Found the issue. Since the install is done with one "RUN" call in the dockerfile, there is only one install layer running. The layer size is limited (~10 to 20Go apparently). In the following commits/merges, the install process will be split in multiple layers (base, tools, resources, cleaning and so on).
First automatic build test on the dev branch was successful!

@ShutdownRepo
Copy link
Member Author

Fixed in this commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant