This commit is contained in:
JMARyA 2025-04-17 05:07:49 +02:00
commit 46a52b2e62
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 35 additions and 0 deletions

9
Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM archlinux
COPY ./pacman.conf /pacman.conf
RUN pacman -Syu navinstall
RUN navinstall create-tar --dir /os
FROM scratch
COPY --from=builder /os/* /

26
pacman.conf Normal file
View file

@ -0,0 +1,26 @@
[options]
HoldPkg = pacman glibc
Architecture = auto
Color
CheckSpace
ParallelDownloads = 6
DownloadUser = alpm
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist
[navos]
Server = https://pac.hydrar.de/pkg/$repo/$arch
SigLevel = Optional TrustAll
[our]
Server = https://pac.hydrar.de/pkg/$repo/$arch
SigLevel = Never