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
50 lines
1 KiB
YAML
50 lines
1 KiB
YAML
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
|