There is an updated pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages build-root-image https://github.com/void-linux/void-packages/pull/45320 common/container: move masterdir image building to void-packages see void-linux/void-docker#11 #### Testing the changes - I tested the changes in this PR: **YES** - example CI run with the new image: https://github.com/classabbyamp/void-packages/actions/runs/5843401357 before: ``` ghcr.io/void-linux/xbps-src-masterdir latest-x86_64 607MB ghcr.io/void-linux/xbps-src-masterdir latest-x86_64-musl 522MB ``` after: ``` localhost:5000/void-buildroot-glibc latest 438MB localhost:5000/void-buildroot-musl latest 383MB ``` A patch file from https://github.com/void-linux/void-packages/pull/45320.patch is attached