docker images broke since a few days ago 22 December 2024, 09:50:11 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/34762189417I tried manually adding a known list of working mirrors and that didn't work so I don't know what to do.
Re: docker images broke since a few days ago Reply #1 – 22 December 2024, 11:49:23 I know very little about docker, but can you test the network connectivity somehow?artist
Re: docker images broke since a few days ago Reply #2 – 22 December 2024, 12:40:03 Could it be related to recent pacman changes introducing separate alpm user?
Re: docker images broke since a few days ago Reply #3 – 22 December 2024, 13:44:53 as said by phoenix, it's because of separate alpm user, removing the DownloadUser workaround the problem. 1 Likes
Re: docker images broke since a few days ago Reply #4 – 22 December 2024, 17:14:32 Quote from: phoenix_king_rus – on 22 December 2024, 12:40:03Could it be related to recent pacman changes introducing separate alpm user?Thank you, that was the issue indeed. Crazy that arch pushed such breaking change to pacman.