Basically reflector, but in Docker.
Built for AMD64/ARM64/ARMv7
docker run ghcr.io/dezeroku/arch_linux_reflector_docker:<revision> <reflector arguments>
# e.g. with the latest image and common params
docker run ghcr.io/dezeroku/arch_linux_reflector_docker:master --latest 20 --sort rate --score 10
# or with a tag
docker run ghcr.io/dezeroku/arch_linux_reflector_docker:v0.0.1 --latest 20 --sort rate --score 10
I was playing with pacoloco deploy on my home K3S cluster, based on Raspberry Pi.
While the app itself delivers docker images, you still have to define the mirrors somehow. Reflector is a great tool for that, but I couldn't find any usable container image with it.