-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Please provide a ubuntu-minimal image for Standard Runners #10414
Comments
@christopher-mullen Thank you for bringing this issue to us. We are looking into this issue and will update you on this issue after investigating. |
I found myself being affected by this - I am running a very large build job inside a fedora 40 docker container on ubuntu-latest. The last round was successful 3 weeks ago after some careful clean up in between steps Unlike the others, since I am running a docker container inside ubuntu-latest, I can't clear up unbuntu-latest within the container - and I don't care about what is available under ubuntu-latest , since its role is only to load the docker image of another Linux. |
It seems to be getting worse - I checked my notes, 6 months ago the available space was in the region of 26GB. Is the runner image keeping a large apt-cache, for example? I seem to remember ubuntu systems can get progressively worse that way over time. |
Okay, for my purpose, since I am just using the ubuntu runner to load a fedora docker container, what version of ubuntu doesn't matter to me. Just switching from ubuntu-latest (22.04) to ubuntu-24.04 gives me an extra 10 GB from just over 19GB to just over 30GB. I remember at some point in the last 12 months, ubuntu-latest gave me use of close to 26GB. There seems to be a gradual decline - it is probably the apt-cache. |
I am doing
so any clean-up of ubuntu can't be done. |
Yes, this is where I kept my notes - 7 months ago the |
@christopher-mullen As of now there is no plans to provide ubuntu minimal image.Kindly please look into this discussion.We are closing this issue for now.Thanks. |
Description
There are existing issues calling out that GitHub actions can run out of space. An open example can be seen here
#10386
The solutions that users are coming up with involve removing packages from the runner.
The alternative option would be to provide a minimal image - for example https://wiki.ubuntu.com/Minimal.
Platforms affected
Runner images affected
Image version and build link
Runner version: '2.317.0'
But could apply to any versions
Is it regression?
Based on the job the action is performing.
Expected behavior
Support for a smaller runner image that frees up more space on standard runners
Something like
runs-on: ubuntu-minimal
Actual behavior
Currently unavailable to select anything other than full-size ubuntu
Repro steps
Create a GitHub Action.
Note the limited selection from https://github.com/actions/runner-images?tab=readme-ov-file#available-images
The text was updated successfully, but these errors were encountered: