Update vmImage for cI to solve space issue.#6365
Conversation
ad31fcd to
963fddd
Compare
|
Might be necessary to free up disk space while building the docker images? |
You mean to try to reduce the docker image sizes? I don't think we can do much there afaik, since its already done in as few steps as possible and the commands clean up as good as possible I guess. Others have reported similar errors about lower space on the build agents: actions/runner-images#13189 |
e20326c to
0571644
Compare
|
I thought because the error happened while pulling the 24.04 docker image, and our 24.04 docker image is a bit larger than our other Ubuntu images: https://hub.docker.com/r/pointcloudlibrary/env/tags |
I think its a space issue, however the 24.04 (about 19GB free space) azure image has more free space available from start, than the 22.04(about 15GB free space), so yes, changing to 24.04 runner images solves the issue for now. I'm not sure if we can make the docker image smaller by deleting files in some step, that we don't need? |
d601573 to
815916b
Compare
No description provided.