Fleshless mirrorlist
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
99bba5c866
commit
b42e62d9d6
|
@ -1,8 +1,10 @@
|
||||||
ARG BASEIMAGE=localhost/spark
|
ARG BASEIMAGE=localhost/spark
|
||||||
FROM $BASEIMAGE
|
FROM $BASEIMAGE
|
||||||
RUN pacman -Suy --noconfirm base-devel
|
RUN pacman -Suy --noconfirm base-devel # cache
|
||||||
|
|
||||||
COPY gnupg /.gnupg
|
COPY gnupg /.gnupg
|
||||||
COPY ./build /build
|
COPY ./build /build
|
||||||
|
|
||||||
|
COPY ./mirrorlist /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
RUN chmod 700 /.gnupg
|
RUN chmod 700 /.gnupg
|
||||||
|
|
7
autobuilder/mirrorlist
Normal file
7
autobuilder/mirrorlist
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Fleshless
|
||||||
|
Server = https://mirror.fleshless.org/arch/$repo/os/$arch
|
||||||
|
|
||||||
|
# Backup
|
||||||
|
Server = https://mirror.pkgbuild.com/$repo/os/$arch
|
||||||
|
Server = https://mirror.pseudoform.org/$repo/os/$arch
|
||||||
|
Server = https://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
|
Loading…
Reference in New Issue
Block a user