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,6 +9,7 @@ modules:
- type: dnf
source: ghcr.io/blue-build/modules/dnf:dnf-module
repos:
files:
- https://negativo17.org/repos/fedora-multimedia.repo
copr:
- ublue-os/staging

View File

@@ -5,6 +5,7 @@ modules:
# source: local
source: ghcr.io/blue-build/modules/dnf:dnf-module
repos:
files:
- kubectl.repo
- google-cloud-sdk.repo
- https://pkg.earthly.dev/earthly.repo
@@ -44,6 +45,12 @@ modules:
- glab
- hugo
- copr-cli
- rpm-build
- rpm-devel
- rpmlint
- diffutils
- patch
- rpmdevtools
- type: systemd
system:
enabled:

View File

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

View File

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

View File

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

View File

@@ -6,6 +6,7 @@ modules:
optfix:
- brave.com
repos:
files:
- https://pkgs.tailscale.com/stable/fedora/tailscale.repo
- https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo
- fury.repo

View File

@@ -8,18 +8,33 @@ alt-tags:
description: The image of Wunker OS for JP's Laptop.
stages:
- from-file: common/helix.yml
- name: cosmic-comp
from: rust
modules:
- type: cosmic
source: local
component: cosmic-comp
debug: true
# - name: cosmic-comp
# from: rust
# modules:
# - type: cosmic
# source: local
# component: cosmic-comp
# debug: true
modules:
- from-file: common/jp-laptop-bootc.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
- 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