Change to bootc only image
Some checks failed
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Failing after 4m37s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Failing after 4m33s

This commit is contained in:
2025-06-14 15:16:05 -04:00
parent bfc6bb9d06
commit fcfffc8882
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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