Files
wunker-os/recipes/jp-minis-server.yml
2025-05-19 18:44:36 -04:00

24 lines
657 B
YAML

---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
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 RKE2 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
- 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