You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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.
The text was updated successfully, but these errors were encountered: