Clean up unused recipes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,3 +4,4 @@ cosign.key
|
||||
/.env
|
||||
/Containerfile.*
|
||||
/compose.yml
|
||||
/.bluebuild-scripts_*
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user