Move to using dnf module for main images

This commit is contained in:
Gerald Pinder
2025-02-16 16:51:09 -05:00
parent a6b63bcac8
commit a500d9f130
7 changed files with 23 additions and 19 deletions

View File

@@ -52,6 +52,7 @@ modules:
- diffutils
- patch
- rpmdevtools
- protobuf-compiler
- type: systemd
system:
enabled:

View File

@@ -39,6 +39,7 @@ modules:
- diffutils
- patch
- rpmdevtools
- protobuf-compiler
- type: script
scripts:
- install-mkcert.sh

View File

@@ -12,4 +12,4 @@ modules:
install:
packages:
- https://github.com/ebkr/r2modmanPlus/releases/download/v3.1.49/r2modman-3.1.49.x86_64.rpm
- steam
# - steam

View File

@@ -1,7 +1,7 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
modules:
- from-file: common/bootc-setup.yml
# - from-file: common/bootc-setup.yml
- type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
repos:

View File

@@ -1,7 +1,7 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
modules:
- from-file: common/bootc-setup.yml
# - from-file: common/bootc-setup.yml
- type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
repos:

View File

@@ -7,21 +7,22 @@ image-version: stable
description: The image of Wunker OS for JP's desktop gaming.
stages:
- from-file: common/helix.yml
- name: cosmic-comp
from: rust
# - name: cosmic-comp
# from: rust
# modules:
# - type: cosmic
# source: local
# component: cosmic-comp
# # ref: bebd7c5c40c038470d2eef0501a3efb34f2df966 # Known bug commit
# # ref: db13eea91c15ca57d76454432d1fb9c09c51ba8c # Last known working commit
# ref: 605bb63a4de640b77f6d3017238ece48cb286933 # supposed fix
modules:
- type: cosmic
source: local
component: cosmic-comp
# ref: bebd7c5c40c038470d2eef0501a3efb34f2df966 # Known bug commit
# ref: db13eea91c15ca57d76454432d1fb9c09c51ba8c # Last known working commit
ref: 605bb63a4de640b77f6d3017238ece48cb286933 # supposed fix
modules:
- from-file: common/jp-desktop.yml
- from-file: common/cosmic.yml
# - from-file: common/jp-desktop.yml
- from-file: common/jp-desktop-bootc.yml
# - from-file: common/cosmic.yml
- from-file: common/helix.yml
- type: copy
from: cosmic-comp
src: /out/cosmic-comp
dest: /usr/bin/cosmic-comp
# - type: copy
# from: cosmic-comp
# src: /out/cosmic-comp
# dest: /usr/bin/cosmic-comp
- from-file: common/post-build.yml

View File

@@ -8,7 +8,8 @@ description: The image of Wunker OS for JP's Laptop.
stages:
- from-file: common/helix.yml
modules:
- from-file: common/jp-laptop.yml
# - from-file: common/jp-laptop.yml
- from-file: common/jp-laptop-bootc.yml
- from-file: common/cosmic.yml
- from-file: common/helix.yml
- from-file: common/post-build.yml