16 lines
468 B
YAML
16 lines
468 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
|
name: cosmic
|
|
base-image: quay.io/fedora-ostree-desktops/base-atomic
|
|
image-version: 42
|
|
description: The base image of Wunker OS with COSMIC
|
|
modules:
|
|
- from-file: base/common.yml
|
|
- from-file: base/cosmic.yml
|
|
- from-file: base/cosmic-greeter.yml
|
|
- type: os-release
|
|
properties:
|
|
NAME: WunkerOS
|
|
PRETTY_NAME: Wunker OS - COSMIC Atomic
|
|
- from-file: base/post-build.yml
|