Docker image that runs alpine linux package repository mirror.
252
Docker image that sync packages from alpine official repositories and serve over http. Based on this alpine mirror tutorial.
Current excluding from sync:
v2.*/
v3.0/
v3.1/
v3.2/
v3.3/
armhf/
aarch64/
x86/
docker volume create --name alpineprmdata
docker run --restart="unless-stopped" -d -p 8080:80 -v alpineprmdata:/var/www/localhost/htdocs/alpine/ leslau/alpine-prm
If you want to exclude more repositories, just create your own exclude.txt file and override it.
-v $(pwd)/exclude.txt:/exclude.txt
To configure your alpine to use your repository mirror follow instructions in http://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management
Content type
Image
Digest
Size
5.9 MB
Last updated
over 9 years ago
docker pull leslau/alpine-prm