Update repos for dnf module
This commit is contained in:
@@ -9,6 +9,7 @@ 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:
|
||||||
|
files:
|
||||||
- https://negativo17.org/repos/fedora-multimedia.repo
|
- https://negativo17.org/repos/fedora-multimedia.repo
|
||||||
copr:
|
copr:
|
||||||
- ublue-os/staging
|
- ublue-os/staging
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ 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:
|
||||||
|
files:
|
||||||
- kubectl.repo
|
- kubectl.repo
|
||||||
- google-cloud-sdk.repo
|
- google-cloud-sdk.repo
|
||||||
- https://pkg.earthly.dev/earthly.repo
|
- https://pkg.earthly.dev/earthly.repo
|
||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ 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
|
||||||
|
repos:
|
||||||
copr:
|
copr:
|
||||||
- ryanabx/cosmic-epoch
|
- ryanabx/cosmic-epoch
|
||||||
install:
|
install:
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ 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
|
||||||
|
repos:
|
||||||
copr:
|
copr:
|
||||||
- ryanabx/cosmic-epoch
|
- ryanabx/cosmic-epoch
|
||||||
install:
|
install:
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ modules:
|
|||||||
optfix:
|
optfix:
|
||||||
- brave.com
|
- brave.com
|
||||||
repos:
|
repos:
|
||||||
|
files:
|
||||||
- https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
- https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
||||||
- https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo
|
- https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo
|
||||||
- fury.repo
|
- fury.repo
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user