nanoframework / Home

:house: The landing page for .NET nanoFramework repositories.
https://www.nanoframework.net
MIT License
844 stars 75 forks source link

Failing build docker.all v2.45 #1467

Closed valoni closed 2 months ago

valoni commented 2 months ago

failed to build and deploy docker all version v2.45

as link below

https://github.com/nanoframework/nf-interpreter/actions/runs/8142685541

Screenshots

Pic1

Pic2
networkfusion commented 2 months ago

The size limit of a docker image is 10GB. I think we must be exceeding that now. We must see if we can optimize the install to remove anything un-necessery or look at layering.

alberk8 commented 2 months ago

The size limit of a docker image is 10GB. I think we must be exceeding that now. We must see if we can optimize the install to remove anything un-necessery or look at layering.

How about deleting the older version(leaving only 5 version) of the images?. After all, the default script is to get the latest version and anybody that needs a specific version older than that should be able to build on their own.

networkfusion commented 2 months ago

The size limit of a docker image is 10GB. I think we must be exceeding that now. We must see if we can optimize the install to remove anything un-necessery or look at layering.

How about deleting the older version(leaving only 5 version) of the images?. After all, the default script is to get the latest version and anybody that needs a specific version older than that should be able to build on their own.

This would be about the size of the image, after adding all toolchain items like IDF, ChibiOS, etc. It is not a problem with storage of the image itself (as far as I can tell).