⚗️ update
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-04-24 08:32:06 +02:00
parent 55cc6898a2
commit 182b7d798c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 4 additions and 2 deletions

View file

@ -8,7 +8,8 @@ RUN mkdir /os && wget -O - "https://navos.hydrar.de/rootfs/${TARGETARCH}/rootfs.
FROM scratch
COPY --from=builder /os/ /
# Update
RUN pacman -Syu --noconfirm
# Update & remove local keyring
RUN rm -r /etc/pacman.d/gnupg/
# RUN pacman -Syu --noconfirm &&
CMD ["/bin/sh"]

View file

@ -1,3 +1,4 @@
mkdir rootfs
doas navinstall create-tar rootfs
rm -r rootfs/etc/pacman.d/gnupg/
doas tar --numeric-owner --xattrs --acls -cpf rootfs.tar -C rootfs .