Rename images to wke

This commit is contained in:
Gerald Pinder
2025-05-29 23:19:33 -04:00
parent 6431fc6dc3
commit 0f5a4a35e2
4 changed files with 12 additions and 11 deletions

View File

@@ -23,8 +23,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-worker.yml - wke-server.yml
- jp-minis-server.yml - wke-worker.yml
variables: variables:
DOCKER_HOST: tcp://docker:2376 DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: /certs DOCKER_TLS_CERTDIR: /certs

View File

@@ -3,7 +3,6 @@ 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/docker-engine.yml
- type: dnf - type: dnf
repos: repos:
cleanup: true cleanup: true

View File

@@ -1,18 +1,19 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-minis-server name: wke
# base-image: ghcr.io/ublue-os/kinoite-nvidia
base-image: ghcr.io/ublue-os/base-main base-image: ghcr.io/ublue-os/base-main
image-version: 42 image-version: 42
description: The image of Wunker OS for RKE2 Server description: The image of Wunker OS for RKE2 Server
alt-tags:
- server
modules: modules:
- type: os-release - type: os-release
source: local source: local
properties: properties:
NAME: WunkerOS NAME: WunkerOS
ID: wunker_os ID: wunker_os
PRETTY_NAME: Wunker OS RKE2 Server PRETTY_NAME: WKE Server
- from-file: common/jp-minis.yml - from-file: common/wke.yml
- type: files - type: files
files: files:
- source: rke-server - source: rke-server

View File

@@ -1,18 +1,19 @@
--- ---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json # yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-minis-worker name: wke
# base-image: ghcr.io/ublue-os/kinoite-nvidia
base-image: ghcr.io/ublue-os/base-main base-image: ghcr.io/ublue-os/base-main
image-version: 42 image-version: 42
description: The image of Wunker OS for RKE2 Worker description: The image of Wunker OS for RKE2 Worker
alt-tags:
- worker
modules: modules:
- type: os-release - type: os-release
source: local source: local
properties: properties:
NAME: WunkerOS NAME: WunkerOS
ID: wunker_os ID: wunker_os
PRETTY_NAME: Wunker OS RKE2 Worker PRETTY_NAME: WKE Worker
- from-file: common/jp-minis.yml - from-file: common/wke.yml
- type: script - type: script
snippets: snippets:
- curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true sh - curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true sh