24 lines
713 B
YAML
24 lines
713 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 Server
|
|
alt-tags:
|
|
- server
|
|
modules:
|
|
- from-file: common/wke.yml
|
|
- type: files
|
|
files:
|
|
- source: rke-server
|
|
destination: /
|
|
- 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
|