I use your docker images to build appimages since the produced appimages on Artix are considerably smaller than if I make them on ubuntu or archlinux (like in the case of puddletag the difference is 70 vs 50 MiB compared to archlinux).
However since a few days ago all my workflows are failing at very first `pacman -Syu` with ` error: failed to synchronize all databases (unexpected error)`
https://github.com/pkgforge-dev/puddletag-AppImage/actions/runs/12452794215/job/34762189417
I tried manually adding a known list of working mirrors and that didn't work so I don't know what to do.
I know very little about docker, but can you test the network connectivity somehow?
artist
Could it be related to recent pacman changes introducing separate alpm user?
as said by phoenix, it's because of separate alpm user, removing the DownloadUser workaround the problem.
Thank you, that was the issue indeed.
Crazy that arch pushed such breaking change to pacman.