Create separate images for jp-minis
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
|
||||||
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