ghcr.io/ublue-os/bazzite-dx-nvidia:latest.
Building requires significant free disk space (several gigabytes) and a working container runtime. Make sure Podman is running and accessible before you start.
Required tools
You need two tools installed before you can build:- Podman — the container runtime used to build the image. Install it from podman.io.
- Just — the command runner that wraps all build tasks. Install it from github.com/casey/just.
bluebuild commands without the Justfile wrapper. The Justfile tasks use it under the hood, so having it available gives you more flexibility.
Setup
Install Podman
Follow the Podman installation guide for your distribution. On Fedora Atomic systems, Podman is already available.Confirm it works:
Install Just
Install Just using your package manager or via the installer script. On Fedora:Or install from source using Cargo:Confirm it works:
Next steps
Build the image
Build the Agate container image locally from the recipe.
Build an ISO
Create a bootable ISO you can use for fresh installs on new hardware.