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

20
recipes/wke-worker.yml Normal file
View File

@@ -0,0 +1,20 @@
---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
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: 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
- from-file: common/post-build.yml