Create separate images for jp-minis
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: jp-minis
|
||||
# base-image: ghcr.io/ublue-os/kinoite-nvidia
|
||||
base-image: ghcr.io/ublue-os/base-main
|
||||
image-version: 42
|
||||
description: The image of Wunker OS for JP's Minisforum PCs.
|
||||
modules:
|
||||
- from-file: common/common.yml
|
||||
- type: dnf
|
||||
@@ -39,4 +32,3 @@ modules:
|
||||
- from-file: common/updates.yml
|
||||
- from-file: common/bluebuild-logo.yml
|
||||
- from-file: common/jp-chezmoi.yml
|
||||
- from-file: common/post-build.yml
|
||||
16
recipes/jp-minis-client.yml
Normal file
16
recipes/jp-minis-client.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: jp-minis
|
||||
# base-image: ghcr.io/ublue-os/kinoite-nvidia
|
||||
base-image: ghcr.io/ublue-os/base-main
|
||||
image-version: 42
|
||||
description: The image of Wunker OS for JP's Minisforum PCs.
|
||||
alt-tags:
|
||||
- client
|
||||
modules:
|
||||
- from-file: common/jp-minis.yml
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- rke2-agent.service
|
||||
- from-file: common/post-build.yml
|
||||
16
recipes/jp-minis-server.yml
Normal file
16
recipes/jp-minis-server.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: jp-minis
|
||||
# base-image: ghcr.io/ublue-os/kinoite-nvidia
|
||||
base-image: ghcr.io/ublue-os/base-main
|
||||
image-version: 42
|
||||
description: The image of Wunker OS for JP's Minisforum PCs.
|
||||
alt-tags:
|
||||
- server
|
||||
modules:
|
||||
- from-file: common/jp-minis.yml
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- rke2-server.service
|
||||
- from-file: common/post-build.yml
|
||||
Reference in New Issue
Block a user