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