Agate is a personal-use image. The customizations reflect one specific setup and may not suit your hardware or workflow. Review the Introduction before rebasing to understand what is included.
Check prerequisites
You need a running Fedora Atomic, Silverblue, or Bazzite system with If the command is not found, your system does not support
rpm-ostree available. Verify with:rpm-ostree rebasing.Choose a registry
Agate images are published to two registries. Use Quay.io as the primary source. The GitHub Container Registry is available as a mirror if Quay.io is unreachable.
| Registry | Image |
|---|---|
| Quay.io (primary) | quay.io/fptbb/agate:latest |
| GitHub (mirror) | ghcr.io/fptbb/agate:latest |
Run the rebase command
Pick the registry you want to use and run the corresponding command.
- Quay.io (primary)
- GitHub (mirror)
rpm-ostree will pull the image and stage it as the next boot deployment. This may take several minutes depending on your connection speed.Check deployment status
After rebooting, confirm you are running Agate:The output shows the current booted image, its digest, and any staged updates.
Verify the image (optional)
For additional confidence in image integrity, verify the signature with cosign. See the Verification page for full instructions.