Create separate images for jp-minis

This commit is contained in:
Gerald Pinder
2025-05-10 08:42:14 -04:00
parent c800aa972b
commit d7dbf9416d
4 changed files with 34 additions and 9 deletions

View File

@@ -24,7 +24,8 @@ build-image:
- cp-laptop.yml - cp-laptop.yml
- jp-desktop-nvidia.yml - jp-desktop-nvidia.yml
- jp-laptop.yml - jp-laptop.yml
- jp-minis.yml - jp-minis-server.yml
- jp-minis-client.yml
variables: variables:
DOCKER_HOST: tcp://docker:2376 DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: /certs DOCKER_TLS_CERTDIR: /certs

View File

@@ -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: modules:
- from-file: common/common.yml - from-file: common/common.yml
- type: dnf - type: dnf
@@ -39,4 +32,3 @@ modules:
- from-file: common/updates.yml - from-file: common/updates.yml
- from-file: common/bluebuild-logo.yml - from-file: common/bluebuild-logo.yml
- from-file: common/jp-chezmoi.yml - from-file: common/jp-chezmoi.yml
- from-file: common/post-build.yml

View 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

View 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