Files
spark-rootfs/Containerfile
T

18 lines
690 B
Docker
Raw Normal View History

2021-03-05 09:01:31 +03:00
FROM localhost/archlinux:fullbase
COPY root/etc /etc
COPY builder.pgp.pub /
2026-06-22 20:42:03 +00:00
RUN pacman --disable-sandbox -Sy --noconfirm archlinux-keyring
RUN pacman --disable-sandbox -Suy --noconfirm
2021-03-05 09:01:31 +03:00
RUN pacman-key -a /builder.pgp.pub
RUN rm -vf /builder.pgp.pub /etc/os-release
2026-06-22 20:42:03 +00:00
RUN pacman --disable-sandbox -Sy
RUN pacman --disable-sandbox -Rdd --noconfirm systemd systemd-libs systemd-sysvcompat base
RUN pacman --disable-sandbox -S --noconfirm halt-ubase-git sinit-spark sinit-sysvcompat sinit-tools spark-etc spark-rc ssm ssm-service ssm-services-git systemd-dummy udev-dummy systemd-libs-systemd systemd-libs-udev
2021-03-05 09:01:31 +03:00
RUN rm -vf /var/cache/pacman/pkg/*
2026-06-22 20:42:03 +00:00
RUN pacman --disable-sandbox -Scc --noconfirm