From fcfffc88823cb651bb4ccd8a0944b620cea8e217 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 14 Jun 2025 15:16:05 -0400 Subject: [PATCH] Change to bootc only image --- recipes/recipe.yml | 4 ++-- recipes/recipe_nvidia.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/recipe.yml b/recipes/recipe.yml index 51a9eb4..6309c9e 100644 --- a/recipes/recipe.yml +++ b/recipes/recipe.yml @@ -6,8 +6,8 @@ name: hydro-os description: This is my personal OS image. # the base image to build on top of (FROM) and the version tag to use -base-image: quay.io/fedora-ostree-desktops/base-atomic -image-version: 42 # latest is also supported if you want new updates ASAP +base-image: quay.io/fedora/fedora-bootc +image-version: latest # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module diff --git a/recipes/recipe_nvidia.yml b/recipes/recipe_nvidia.yml index 4cb1270..07dba04 100644 --- a/recipes/recipe_nvidia.yml +++ b/recipes/recipe_nvidia.yml @@ -6,8 +6,8 @@ name: hydro-os-nvidia description: This is my personal OS image. # the base image to build on top of (FROM) and the version tag to use -base-image: quay.io/fedora-ostree-desktops/base-atomic -image-version: 42 # latest is also supported if you want new updates ASAP +base-image: quay.io/fedora/fedora-bootc +image-version: latest # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module