Files
wunker-os/recipes/jp-minis.yml
Gerald Pinder a4bb0806bb Go back to 42
2025-05-04 22:11:07 -04:00

39 lines
1.0 KiB
YAML

---
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
name: jp-minis
# 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 JP's Minisforum PCs.
modules:
- from-file: common/common.yml
- type: dnf
# source: local
repos:
cleanup: true
files:
- kubectl.repo
- opentofu.repo
- https://download.docker.com/linux/fedora/docker-ce.repo
- https://rpm.releases.hashicorp.com/fedora/hashicorp.repo
install:
packages:
- docker-ce
- docker-ce-cli
- containerd.io
- docker-buildx-plugin
- docker-compose-plugin
- kubectl
- helm
- helix
- tofu
- terraform-ls
- type: systemd
system:
enabled:
- docker.service
- from-file: common/updates.yml
- from-file: common/bluebuild-logo.yml
- from-file: common/jp-chezmoi.yml
- from-file: common/post-build.yml