Skip to content

dezeroku/arch_linux_reflector_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arch Linux Reflector Dockerized

Basically reflector, but in Docker.

Built for AMD64/ARM64/ARMv7

Basic usage

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

Why?

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.