Clean up unused recipes

This commit is contained in:
Gerald Pinder
2025-08-18 09:52:05 -04:00
parent 52f59afbc3
commit cb835933e5
9 changed files with 1 additions and 124 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ cosign.key
/.env /.env
/Containerfile.* /Containerfile.*
/compose.yml /compose.yml
/.bluebuild-scripts_*

View File

@@ -1,10 +0,0 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-test
base-image: quay.io/fedora/fedora-kinoite
image-version: 40
alt_tags:
- arm64
description: The image of Wunker OS for JP's Laptop.
modules:
- from-file: common/jp-packages.yml

View File

@@ -1,14 +0,0 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-desktop-nvidia
base-image: quay.io/fedora/fedora-kinoite
image-version: 41
description: The bootc image of Wunker OS for JP's desktop gaming.
alt-tags:
- bootc
# stages:
# - from-file: common/helix.yml
modules:
- from-file: common/jp-desktop.yml
# - from-file: common/helix.yml
- from-file: common/post-build.yml

View File

@@ -1,11 +0,0 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-desktop
base-image: ghcr.io/ublue-os/bazzite
image-version: 41
description: The image of Wunker OS for JP's desktop gaming.
stages:
- from-file: common/helix.yml
modules:
- from-file: common/jp-desktop.yml
- from-file: common/helix.yml

View File

@@ -1,25 +0,0 @@
---
# 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
# - name: cosmic-comp
# from: rust
# modules:
# - type: cosmic
# source: local
# component: cosmic-comp
# debug: true
modules:
- from-file: common/jp-laptop.yml
# - from-file: common/helix.yml
# - type: copy
# from: cosmic-comp
# src: /out/cosmic-comp
# dest: /usr/bin/cosmic-comp
- from-file: common/post-build.yml

View File

@@ -1,15 +0,0 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-laptop-cosmic
base-image: ghcr.io/ublue-os/cosmic
image-version: 40
description: The image of Wunker OS for JP's Laptop.
stages:
- from-file: common/helix.yml
modules:
- from-file: common/jp-laptop.yml
- type: dnf
install:
packages:
- steam
- from-file: common/helix.yml

View File

@@ -1,28 +0,0 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-truenas
base-image: ghcr.io/ublue-os/base-main
image-version: 41
description: The image of Wunker OS for JP's TrueNAS Server.
stages:
- from-file: common/helix.yml
modules:
- from-file: common/updates.yml
# - type: script
# scripts:
# - install-syncthing.sh
- type: dnf
install:
packages:
- syncthing
- type: systemd
user:
enabled:
- syncthing
- type: fonts
fonts:
nerd-fonts:
- JetBrainsMono
- NerdFontsSymbolsOnly
- from-file: common/dev-packages.yml
- from-file: common/helix.yml

View File

@@ -1,13 +0,0 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-test
base-image: quay.io/fedora/fedora-kinoite
image-version: rawhide
alt-tags:
- rawhide
description: The image of Wunker OS for JP's Laptop.
modules:
- type: dnf
install:
packages:
- bat

View File

@@ -1,8 +0,0 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: test
base-image: ghcr.io/ublue-os/aurora-dx
image-version: 41
description: The image of Wunker OS for JP's desktop gaming.
modules: []