Start creating base images

This commit is contained in:
2025-09-05 17:58:34 -04:00
parent 0c06a497f8
commit b99f776156
11 changed files with 287 additions and 38 deletions

View File

@@ -0,0 +1,30 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: cosmic-nvidia
base-image: quay.io/fedora/fedora-bootc
image-version: 42
description: The base image of Wunker OS
modules:
# Latest build
- type: dnf
repos:
cleanup: true
copr:
- ryanabx/cosmic-epoch
install:
packages:
- cosmic-desktop
# Official release
# - type: dnf
# group-install:
# packages:
# - cosmic-desktop-environment
# Setup cosmic greeter as DM
- type: systemd
system:
enabled:
- cosmic-greeter
- from-file: common/nvidia.yml
- from-file: common/base-common.yml