Add new recipes and update build pipeline
Some checks failed
bluebuild / Build Custom Image (push) Failing after 4s
bluebuild / Build Custom Image-1 (push) Failing after 3s

- Split common-modules into base.yml and gui.yml
- Rename and consolidate old recipe_gnome* files into bazzite-gnome.yml;
  move firmware
  path
- Add new build recipe ucore-hci.yml
- Update GitHub Actions: schedule to 18:00 UTC, add concurrency, bump
  blue-build action to v1.11 and switch matrix recipes
- Update docker-ce repo URLs to Fedora 43
- Rotate cosign public key
This commit is contained in:
badblocks 2026-03-10 22:25:22 -07:00
parent ecdcc1ab92
commit 614fdd5ebe
No known key found for this signature in database
11 changed files with 196 additions and 178 deletions

50
recipes/base.yml Normal file
View file

@ -0,0 +1,50 @@
modules:
- type: files
files:
- source: system
destination: /
- type: dnf
repos:
files:
- docker-ce.repo
keys:
- https://download.docker.com/linux/fedora/gpg
group-install:
with-optional: true
packages:
- development-tools
- c-development
remove:
packages:
- moby-engine
- docker-cli
install:
packages:
- usbguard
- android-tools
- arm-image-installer
- hunspell-devel
- zsh
- autofs
- wireguard-tools
- trash-cli
- git
- git-filter-repo
- firewall-config
- alsa-tools
- libappstream-glib
- htop
- glances
- ansible
- docker-ce
- docker-ce-cli
- containerd.io
- docker-buildx-plugin
- docker-compose-plugin
- freeipa-client
- chromium-headless
- type: systemd
system:
enabled:
- docker.service
- type: signing

47
recipes/bazzite-gnome.yml Normal file
View file

@ -0,0 +1,47 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: bazzite-gnome-badblocks
description: Customizations of bazzite-gnome with all video drivers for personal use
base-image: ghcr.io/ublue-os/bazzite-gnome-nvidia-open
image-version: latest
modules:
- from-file: base.yml
- from-file: gui.yml
- type: files
files:
- source: firmware
destination: /lib/firmware/
- type: dnf
install:
packages:
- mpv_inhibit_gnome
- git-credential-libsecret
- gtk-murrine-engine
- gnome-boxes
- fedora-chromium-config-gnome
- type: gnome-extensions
install:
- 6 # Applications Menu
- 1460 # Vitals
- 1160 # Dash to Panel
- 97 # Coverflow Alt-Tab
- 8671 # All-in-One Clipboard
- 7856 # Mouse Tail
- 8971 # Lock Guard
- 4338 # Allow Locked Remote Desktop
# Below are provided currently by Bazzite
#- 615 # *AppIndicator and KStatusNotifierItem Support
#- 8760 # *Add to Steam
#- 3193 # *Blur my Shell
#- 517 # *Caffeine
#- 3740 # *Compiz alike magic lamp effect
#- 3210 # *Compiz windows effect
#- 7215 # *Restart To
#- 19 # *User Themes
#- 1319 # *GSConnect (Commented out as this extension will not work if installed system-wide without compile-time modifications, bazzite includes a modified version)
#- 4451 # *Logo Menu (Commented out as Bazzite includes customizations with their install)
- type: gschema-overrides
include:
- zz1-power-button-settings.gschema.override

View file

@ -1,140 +0,0 @@
modules:
- type: files
files:
- source: system/lib/firmware/
destination: /lib/firmware/
- type: files
files:
- source: system/etc/modprobe.d/
destination: /etc/modprobe.d/
- type: dnf
repos:
files:
- https://packages.microsoft.com/yumrepos/vscode/config.repo
- docker-ce.repo
- https://copr.fedorainfracloud.org/coprs/lizardbyte/stable/repo/fedora-43/lizardbyte-stable-fedora-43.repo
keys:
- https://packages.microsoft.com/keys/microsoft.asc
- https://download.docker.com/linux/fedora/gpg
- https://download.copr.fedorainfracloud.org/results/lizardbyte/stable/pubkey.gpg
group-install:
with-optional: true
packages:
- development-tools
- c-development
install:
packages:
- vlc
- mpv
- mpv_inhibit_gnome
- usbguard
- android-tools
- arm-image-installer
- hunspell-devel
- zsh
- libvirt
- virt-manager
- autofs
- gstreamer1-plugins-ugly-free
- gstreamer1-plugins-bad-free
- gstreamer1-plugins-bad-free-extras
- gstreamer1-plugins-good
- gstreamer1-plugins-good-extras
- gstreamer1-plugins-base
- gstreamer1-plugins-base-tools
- wireguard-tools
- trash-cli
- git
- git-credential-libsecret
- git-filter-repo
- gtk-murrine-engine
- firewall-config
- alsa-tools
- libappstream-glib
- htop
- glances
- ansible
- docker-ce
- docker-ce-cli
- containerd.io
- docker-buildx-plugin
- docker-compose-plugin
- gnome-boxes
- code
- freeipa-client
- sunshine
- chromium
- chromium-headless
- chromedriver
- fedora-chromium-config-gnome
- type: fonts
fonts:
nerd-fonts:
- FiraCode
- Hack
- SourceCodePro
- Terminus
- JetBrainsMono
- NerdFontsSymbolsOnly
google-fonts:
- Roboto
- Lexend
- type: gnome-extensions
install:
- 6 # Applications Menu
- 1460 # Vitals
- 1160 # Dash to Panel
- 97 # Coverflow Alt-Tab
- 8671 # All-in-One Clipboard
- 7856 # Mouse Tail
- 8971 # Lock Guard
- 4338 # Allow Locked Remote Desktop
- 4548 # Tactile
# Below are provided currently by Bazzite
#- 615 # *AppIndicator and KStatusNotifierItem Support
#- 8760 # *Add to Steam
#- 3193 # *Blur my Shell
#- 517 # *Caffeine
#- 3740 # *Compiz alike magic lamp effect
#- 3210 # *Compiz windows effect
#- 7215 # *Restart To
#- 19 # *User Themes
#- 1319 # *GSConnect (Commented out as this extension will not work if installed system-wide without compile-time modifications, bazzite includes a modified version)
#- 4451 # *Logo Menu (Commented out as Bazzite includes customizations with their install)
- type: gschema-overrides
include:
- zz1-power-button-settings.gschema.override
- type: default-flatpaks@v1
notify: true
system:
install:
- net.nokyan.Resources
- org.gimp.GIMP
- org.libreoffice.LibreOffice
- page.codeberg.libre_menu_editor.LibreMenuEditor
- us.zoom.Zoom
- com.bitwarden.desktop
- dev.zed.Zed
- dev.goats.xivlauncher
- com.github.zocker_160.SyncThingy
- io.github.vikdevelop.SaveDesktop
- md.obsidian.Obsidian
- org.strawberrymusicplayer.strawberry
- com.discordapp.Discord
- com.borgbase.Vorta
- org.mozilla.Thunderbird
- io.gitlab.librewolf-community
- io.github.ungoogled_software.ungoogled_chromium
remove:
- org.gnome.Boxes
- org.videolan.VLC
user:
remove:
- org.gnome.Boxes
- org.videolan.VLC
- type: systemd
system:
enabled:
- docker.service
- type: signing

66
recipes/gui.yml Normal file
View file

@ -0,0 +1,66 @@
modules:
- type: fonts
fonts:
nerd-fonts:
- FiraCode
- Hack
- SourceCodePro
- Terminus
- JetBrainsMono
- NerdFontsSymbolsOnly
google-fonts:
- Roboto
- Lexend
- type: dnf
repos:
files:
- https://packages.microsoft.com/yumrepos/vscode/config.repo
- https://copr.fedorainfracloud.org/coprs/lizardbyte/stable/repo/fedora-43/lizardbyte-stable-fedora-43.repo
keys:
- https://packages.microsoft.com/keys/microsoft.asc
- https://download.copr.fedorainfracloud.org/results/lizardbyte/stable/pubkey.gpg
install:
packages:
- vlc
- mpv
- libvirt
- virt-manager
- code
- sunshine
- chromium
- chromedriver
- gstreamer1-plugins-ugly-free
- gstreamer1-plugins-bad-free
- gstreamer1-plugins-bad-free-extras
- gstreamer1-plugins-good
- gstreamer1-plugins-good-extras
- gstreamer1-plugins-base
- gstreamer1-plugins-base-tools
- type: default-flatpaks@v1 # only v1 allows removals
notify: true
system:
install:
- net.nokyan.Resources
- org.gimp.GIMP
- org.libreoffice.LibreOffice
- page.codeberg.libre_menu_editor.LibreMenuEditor
- us.zoom.Zoom
- com.bitwarden.desktop
- dev.zed.Zed
- dev.goats.xivlauncher
- com.github.zocker_160.SyncThingy
- io.github.vikdevelop.SaveDesktop
- md.obsidian.Obsidian
- org.strawberrymusicplayer.strawberry
- com.discordapp.Discord
- com.borgbase.Vorta
- org.mozilla.Thunderbird
- io.gitlab.librewolf-community
- io.github.ungoogled_software.ungoogled_chromium
remove:
- org.gnome.Boxes
- org.videolan.VLC
user:
remove:
- org.gnome.Boxes
- org.videolan.VLC

View file

@ -1,8 +0,0 @@
name: bazzite-badblocks-gnome-nvidia-open
description: badblocks's custom bazzite-gnome-nvidia-open build
base-image: ghcr.io/ublue-os/bazzite-gnome-nvidia-open
image-version: latest
modules:
- from-file: common-modules.yml

View file

@ -1,8 +0,0 @@
name: bazzite-badblocks-gnome
description: badblocks's custom bazzite-gnome build
base-image: ghcr.io/ublue-os/bazzite-gnome
image-version: latest
modules:
- from-file: common-modules.yml

10
recipes/ucore-hci.yml Normal file
View file

@ -0,0 +1,10 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: ucore-hci-badblocks
description: Customizations of ucore for personal use
base-image: ghcr.io/ublue-os/ucore-hci
image-version: lts
modules:
- from-file: base.yml