Create laptop bootc image
This commit is contained in:
@@ -26,6 +26,7 @@ build-image:
|
|||||||
- jp-laptop.yml
|
- jp-laptop.yml
|
||||||
- RECIPE:
|
- RECIPE:
|
||||||
- jp-desktop-nvidia-bootc.yml
|
- jp-desktop-nvidia-bootc.yml
|
||||||
|
- jp-laptop-bootc.yml
|
||||||
BB_BUILD_RECHUNK: "true"
|
BB_BUILD_RECHUNK: "true"
|
||||||
variables:
|
variables:
|
||||||
DOCKER_HOST: tcp://docker:2376
|
DOCKER_HOST: tcp://docker:2376
|
||||||
|
|||||||
10
recipes/common/bootc-setup.yml
Normal file
10
recipes/common/bootc-setup.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||||
|
modules:
|
||||||
|
- type: dnf
|
||||||
|
source: ghcr.io/blue-build/modules/dnf:dnf-module
|
||||||
|
install:
|
||||||
|
packages:
|
||||||
|
- https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-%OS_VERSION%.noarch.rpm
|
||||||
|
- https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-%OS_VERSION%.noarch.rpm
|
||||||
|
- dnf5-plugins
|
||||||
@@ -5,15 +5,7 @@ modules:
|
|||||||
files:
|
files:
|
||||||
- source: steam-firewall
|
- source: steam-firewall
|
||||||
destination: /
|
destination: /
|
||||||
# - type: bling
|
|
||||||
# source: ghcr.io/blue-build/modules/bling:343-featbling-add-rpmfusion-install-script
|
|
||||||
# install:
|
|
||||||
# - negativo17
|
|
||||||
# - type: script
|
|
||||||
# scripts:
|
|
||||||
# - install-steam.sh
|
|
||||||
- type: dnf
|
- type: dnf
|
||||||
# source: local
|
|
||||||
source: ghcr.io/blue-build/modules/dnf:dnf-module
|
source: ghcr.io/blue-build/modules/dnf:dnf-module
|
||||||
optfix:
|
optfix:
|
||||||
- r2modman
|
- r2modman
|
||||||
|
|||||||
@@ -1,16 +1,8 @@
|
|||||||
---
|
---
|
||||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||||
modules:
|
modules:
|
||||||
|
- from-file: common/bootc-setup.yml
|
||||||
- type: dnf
|
- type: dnf
|
||||||
# source: local
|
|
||||||
source: ghcr.io/blue-build/modules/dnf:dnf-module
|
|
||||||
install:
|
|
||||||
packages:
|
|
||||||
- https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-%OS_VERSION%.noarch.rpm
|
|
||||||
- https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-%OS_VERSION%.noarch.rpm
|
|
||||||
- dnf5-plugins
|
|
||||||
- type: dnf
|
|
||||||
# source: local
|
|
||||||
source: ghcr.io/blue-build/modules/dnf:dnf-module
|
source: ghcr.io/blue-build/modules/dnf:dnf-module
|
||||||
copr:
|
copr:
|
||||||
- ryanabx/cosmic-epoch
|
- ryanabx/cosmic-epoch
|
||||||
|
|||||||
14
recipes/common/jp-laptop-bootc.yml
Normal file
14
recipes/common/jp-laptop-bootc.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||||
|
modules:
|
||||||
|
- from-file: common/bootc-setup.yml
|
||||||
|
- type: dnf
|
||||||
|
source: ghcr.io/blue-build/modules/dnf:dnf-module
|
||||||
|
copr:
|
||||||
|
- ryanabx/cosmic-epoch
|
||||||
|
install:
|
||||||
|
packages:
|
||||||
|
- cosmic-desktop
|
||||||
|
- fprintd
|
||||||
|
- fprintd-pam
|
||||||
|
- from-file: common/jp-common-bootc.yml
|
||||||
14
recipes/jp-laptop-bootc.yml
Normal file
14
recipes/jp-laptop-bootc.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||||
|
name: jp-laptop
|
||||||
|
base-image: quay.io/fedora/fedora-kinoite
|
||||||
|
image-version: 41
|
||||||
|
alt-tags:
|
||||||
|
- bootc
|
||||||
|
description: The image of Wunker OS for JP's Laptop.
|
||||||
|
stages:
|
||||||
|
- from-file: common/helix.yml
|
||||||
|
modules:
|
||||||
|
- from-file: common/jp-laptop-bootc.yml
|
||||||
|
- from-file: common/helix.yml
|
||||||
|
- from-file: common/post-build.yml
|
||||||
Reference in New Issue
Block a user