Rename images to wke
This commit is contained in:
24
recipes/wke-server.yml
Normal file
24
recipes/wke-server.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
# 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 Server
|
||||
alt-tags:
|
||||
- server
|
||||
modules:
|
||||
- type: os-release
|
||||
source: local
|
||||
properties:
|
||||
NAME: WunkerOS
|
||||
ID: wunker_os
|
||||
PRETTY_NAME: WKE Server
|
||||
- from-file: common/wke.yml
|
||||
- type: files
|
||||
files:
|
||||
- source: rke-server
|
||||
destination: /
|
||||
- type: script
|
||||
snippets:
|
||||
- curl -sfL https://get.rke2.io | INSTALL_RKE2_SKIP_RELOAD=true sh
|
||||
- from-file: common/post-build.yml
|
||||
Reference in New Issue
Block a user