Rename images to wke
This commit is contained in:
@@ -3,7 +3,6 @@ modules:
|
||||
- from-file: common/updates.yml
|
||||
- from-file: common/bluebuild-logo.yml
|
||||
- from-file: common/jp-chezmoi.yml
|
||||
- from-file: common/docker-engine.yml
|
||||
- type: dnf
|
||||
repos:
|
||||
cleanup: true
|
||||
@@ -1,18 +1,19 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: jp-minis-server
|
||||
# base-image: ghcr.io/ublue-os/kinoite-nvidia
|
||||
name: wke
|
||||
base-image: ghcr.io/ublue-os/base-main
|
||||
image-version: 42
|
||||
description: The image of Wunker OS for RKE2 Server
|
||||
alt-tags:
|
||||
- server
|
||||
modules:
|
||||
- type: os-release
|
||||
source: local
|
||||
properties:
|
||||
NAME: WunkerOS
|
||||
ID: wunker_os
|
||||
PRETTY_NAME: Wunker OS RKE2 Server
|
||||
- from-file: common/jp-minis.yml
|
||||
PRETTY_NAME: WKE Server
|
||||
- from-file: common/wke.yml
|
||||
- type: files
|
||||
files:
|
||||
- source: rke-server
|
||||
@@ -1,18 +1,19 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: jp-minis-worker
|
||||
# base-image: ghcr.io/ublue-os/kinoite-nvidia
|
||||
name: wke
|
||||
base-image: ghcr.io/ublue-os/base-main
|
||||
image-version: 42
|
||||
description: The image of Wunker OS for RKE2 Worker
|
||||
alt-tags:
|
||||
- worker
|
||||
modules:
|
||||
- type: os-release
|
||||
source: local
|
||||
properties:
|
||||
NAME: WunkerOS
|
||||
ID: wunker_os
|
||||
PRETTY_NAME: Wunker OS RKE2 Worker
|
||||
- from-file: common/jp-minis.yml
|
||||
PRETTY_NAME: WKE Worker
|
||||
- from-file: common/wke.yml
|
||||
- type: script
|
||||
snippets:
|
||||
- curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true sh
|
||||
Reference in New Issue
Block a user