Artix Linux Forum

Artix Linux => System => Topic started by: Samueru on 22 December 2024, 09:50:11

Title: docker images broke since a few days ago
Post by: Samueru on 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/34762189417

I tried manually adding a known list of working mirrors and that didn't work so I don't know what to do.
Title: Re: docker images broke since a few days ago
Post by: Artist on 22 December 2024, 11:49:23
I know very little about docker, but can you test the network connectivity somehow?

artist
Title: Re: docker images broke since a few days ago
Post by: phoenix_king_rus on 22 December 2024, 12:40:03
Could it be related to recent pacman changes introducing separate alpm user?
Title: Re: docker images broke since a few days ago
Post by: LemonPie on 22 December 2024, 13:44:53
as said by phoenix, it's because of separate alpm user, removing the DownloadUser workaround the problem.
Title: Re: docker images broke since a few days ago
Post by: Samueru on 22 December 2024, 17:14:32
Could 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.