Sign inSign up

leslau/alpine-prm

By leslau

•Updated over 9 years ago

Docker image that runs alpine linux package repository mirror.

Image
1

252

leslau/alpine-prm repository overview

⁠Alpine Package Repository Mirror

Docker Automated buil

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/

⁠How to use:

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⁠

Tag summary

Content type

Image

Digest

Size

5.9 MB

Last updated

over 9 years ago

docker pull leslau/alpine-prm