Create combo recipe
This commit is contained in:
10
recipes/base-combo-nvidia.yml
Normal file
10
recipes/base-combo-nvidia.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: combo
|
||||
base-image: quay.io/fedora/fedora-bootc
|
||||
image-version: 42
|
||||
description: The base image of Wunker OS with COSMIC and Plasma for Nvidia
|
||||
modules:
|
||||
- from-file: base/common.yml
|
||||
- from-file: base/cosmic.yml
|
||||
- from-file: base/post-build.yml
|
||||
10
recipes/base-combo.yml
Normal file
10
recipes/base-combo.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: combo
|
||||
base-image: quay.io/fedora/fedora-bootc
|
||||
image-version: 42
|
||||
description: The base image of Wunker OS with COSMIC and Plasma
|
||||
modules:
|
||||
- from-file: base/common.yml
|
||||
- from-file: base/cosmic.yml
|
||||
- from-file: base/post-build.yml
|
||||
@@ -6,7 +6,7 @@ name: jp-desktop-nvidia
|
||||
# image-version: "42.20250828.1"
|
||||
|
||||
# Custom Base
|
||||
base-image: registry.gitlab.com/wunker-bunker/wunker-os/cosmic-nvidia
|
||||
base-image: registry.gitlab.com/wunker-bunker/wunker-os/combo-nvidia
|
||||
image-version: 42
|
||||
description: The image of Wunker OS for JP's desktop gaming.
|
||||
blue-build-tag: none
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
name: jp-laptop
|
||||
# base-image: ghcr.io/ublue-os/bazzite
|
||||
# image-version: "42.20250828"
|
||||
base-image: registry.gitlab.com/wunker-bunker/wunker-os/cosmic
|
||||
base-image: registry.gitlab.com/wunker-bunker/wunker-os/combo
|
||||
image-version: 42
|
||||
description: The image of Wunker OS for JP's Laptop.
|
||||
stages:
|
||||
|
||||
Reference in New Issue
Block a user