I created a build helper image to speed up my builds (packages were installed onto ubuntu:noble in every pipeline run, which was a waste of resources).
Now I want to use it in my other builds and was wondering if I have to add pull: true for the build helper image to be updated after I rebuild it once a month. Is there a cache policy for images on Woodpecker? If so, how long are images kept and not re-fetched?
I created a **build helper image** to speed up my builds (packages were installed onto `ubuntu:noble` in every pipeline run, which was a waste of resources).
Now I want to use it in my other builds and was wondering if I have to add `pull: true` for the build helper image to be updated after I rebuild it once a month. Is there a cache policy for images on Woodpecker? If so, how long are images kept and not re-fetched?