Skip to main content
Topic: docker images broke since a few days ago (Read 258 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

docker images broke since a few days ago

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.

Re: docker images broke since a few days ago

Reply #1
I know very little about docker, but can you test the network connectivity somehow?

artist
Linux is simple; use Artix, or Submit Your System To Evil Malicious D(a)emons

Re: docker images broke since a few days ago

Reply #2
Could it be related to recent pacman changes introducing separate alpm user?
ARMtix

Re: docker images broke since a few days ago

Reply #3
as said by phoenix, it's because of separate alpm user, removing the DownloadUser workaround the problem.