Update repos for dnf module

This commit is contained in:
Gerald Pinder
2025-02-10 23:26:26 -05:00
parent 1d2aa3ef21
commit 9457d4ea53
7 changed files with 61 additions and 29 deletions

View File

@@ -9,10 +9,11 @@ modules:
- type: dnf - type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module source: ghcr.io/blue-build/modules/dnf:dnf-module
repos: repos:
- https://negativo17.org/repos/fedora-multimedia.repo files:
copr: - https://negativo17.org/repos/fedora-multimedia.repo
- ublue-os/staging copr:
- kylegospo/oversteer - ublue-os/staging
- kylegospo/oversteer
install: install:
packages: packages:
- https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-%OS_VERSION%.noarch.rpm - https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-%OS_VERSION%.noarch.rpm

View File

@@ -5,11 +5,12 @@ modules:
# source: local # source: local
source: ghcr.io/blue-build/modules/dnf:dnf-module source: ghcr.io/blue-build/modules/dnf:dnf-module
repos: repos:
- kubectl.repo files:
- google-cloud-sdk.repo - kubectl.repo
- https://pkg.earthly.dev/earthly.repo - google-cloud-sdk.repo
- https://cli.github.com/packages/rpm/gh-cli.repo - https://pkg.earthly.dev/earthly.repo
- https://download.docker.com/linux/fedora/docker-ce.repo - https://cli.github.com/packages/rpm/gh-cli.repo
- https://download.docker.com/linux/fedora/docker-ce.repo
group-install: group-install:
packages: packages:
- development-tools - development-tools
@@ -44,6 +45,12 @@ modules:
- glab - glab
- hugo - hugo
- copr-cli - copr-cli
- rpm-build
- rpm-devel
- rpmlint
- diffutils
- patch
- rpmdevtools
- type: systemd - type: systemd
system: system:
enabled: enabled:

View File

@@ -33,6 +33,12 @@ modules:
- glab - glab
- hugo - hugo
- copr-cli - copr-cli
- rpm-build
- rpm-devel
- rpmlint
- diffutils
- patch
- rpmdevtools
- type: script - type: script
scripts: scripts:
- install-mkcert.sh - install-mkcert.sh

View File

@@ -4,8 +4,9 @@ modules:
- from-file: common/bootc-setup.yml - from-file: common/bootc-setup.yml
- type: dnf - type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module source: ghcr.io/blue-build/modules/dnf:dnf-module
copr: repos:
- ryanabx/cosmic-epoch copr:
- ryanabx/cosmic-epoch
install: install:
packages: packages:
- cosmic-desktop - cosmic-desktop

View File

@@ -4,8 +4,9 @@ modules:
- from-file: common/bootc-setup.yml - from-file: common/bootc-setup.yml
- type: dnf - type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module source: ghcr.io/blue-build/modules/dnf:dnf-module
copr: repos:
- ryanabx/cosmic-epoch copr:
- ryanabx/cosmic-epoch
install: install:
packages: packages:
- cosmic-desktop - cosmic-desktop

View File

@@ -6,11 +6,12 @@ modules:
optfix: optfix:
- brave.com - brave.com
repos: repos:
- https://pkgs.tailscale.com/stable/fedora/tailscale.repo files:
- https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo - https://pkgs.tailscale.com/stable/fedora/tailscale.repo
- fury.repo - https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo
keys: - fury.repo
- https://brave-browser-rpm-release.s3.brave.com/brave-core.asc keys:
- https://brave-browser-rpm-release.s3.brave.com/brave-core.asc
install: install:
packages: packages:
- libadwaita - libadwaita

View File

@@ -8,18 +8,33 @@ alt-tags:
description: The image of Wunker OS for JP's Laptop. description: The image of Wunker OS for JP's Laptop.
stages: stages:
- from-file: common/helix.yml - from-file: common/helix.yml
- name: cosmic-comp # - name: cosmic-comp
from: rust # from: rust
modules: # modules:
- type: cosmic # - type: cosmic
source: local # source: local
component: cosmic-comp # component: cosmic-comp
debug: true # debug: true
modules: modules:
- from-file: common/jp-laptop-bootc.yml - from-file: common/jp-laptop-bootc.yml
- from-file: common/helix.yml - from-file: common/helix.yml
- type: copy # - type: copy
from: cosmic-comp # from: cosmic-comp
src: /out/cosmic-comp # src: /out/cosmic-comp
dest: /usr/bin/cosmic-comp # dest: /usr/bin/cosmic-comp
- type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
repos:
files:
remove:
- brave-browser
- tailscale-stable
- fedora-multimedia
- earthly-stable
- docker-ce-stable
- gh-cli
- google-cloud-cli
copr:
disable:
- ryanabx/cosmic-epoch
- from-file: common/post-build.yml - from-file: common/post-build.yml