Build separate images
This commit is contained in:
@@ -23,7 +23,8 @@ build-image:
|
||||
- cp-laptop.yml
|
||||
- jp-desktop-nvidia.yml
|
||||
- jp-laptop.yml
|
||||
- jp-minis.yml
|
||||
- jp-minis-worker.yml
|
||||
- jp-minis-server.yml
|
||||
variables:
|
||||
DOCKER_HOST: tcp://docker:2376
|
||||
DOCKER_TLS_CERTDIR: /certs
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: jp-minis
|
||||
name: jp-minis-server
|
||||
# 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/jp-minis.yml
|
||||
- type: script
|
||||
snippets:
|
||||
- INSTALL_RKE2_SKIP_RELOAD=true curl -sfL https://get.rke2.io | sh
|
||||
- from-file: common/post-build.yml
|
||||
13
recipes/jp-minis-worker.yml
Normal file
13
recipes/jp-minis-worker.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: jp-minis-worker
|
||||
# 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/jp-minis.yml
|
||||
- type: script
|
||||
snippets:
|
||||
- INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true curl -sfL https://get.rke2.io | sh
|
||||
- from-file: common/post-build.yml
|
||||
Reference in New Issue
Block a user