OCI container image build logic for an immutable Arch Linux system.
This repository defines the base Containerfile used to provision the OSTree deployment. It builds upon archlinux:latest and integrates bootc to enable atomic system updates. It is strictly vanilla Arch Linux, packaged as an immutable container.
VARIANT: Specifies kernel and driver combinations (e.g.,ark-zen-nvidia).
podman build -t localhost/ark-image:test --build-arg VARIANT="ark-zen-nvidia" .Deployment requires a bootable environment containing bootc. See the ark.linux Live ISO or the alga installer frontend.
MIT