Files
wunker-os/recipes/wke-fw-desktop.yml
T
2026-04-10 18:23:55 -04:00

33 lines
911 B
YAML

---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: wke
base-image: ${BB_REGISTRY:-registry.gitlab.com}/${BB_REGISTRY_NAMESPACE:-wunker-bunker/wunker-os}/base
image-version: latest
description: The image of Wunker OS for RKE2 Worker
alt-tags:
- fw-desktop
modules:
- type: kargs
kargs:
- amd_iommu=off
- amdttm.pages_limit=27648000
- amdttm.page_pool_size=13824000
- from-file: common/wke.yml
- type: files
files:
- source: rke-server
destination: /
# - type: dnf
# install:
# packages:
# - ramalama
- type: script
env:
INSTALL_RKE2_CHANNEL: latest
INSTALL_RKE2_TYPE: server
INSTALL_RKE2_SKIP_RELOAD: 'true'
snippets:
- curl -sfL https://get.rke2.io | sh
- cp -f /usr/share/rke2/rke2-cis-sysctl.conf /etc/sysctl.d/60-rke2-cis.conf
- from-file: common/post-build.yml