44 lines
914 B
YAML
44 lines
914 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
|
name: cli/test-legacy
|
|
description: This is my personal OS image.
|
|
base-image: ghcr.io/ublue-os/silverblue-surface
|
|
image-version: gts
|
|
modules:
|
|
- type: files
|
|
files:
|
|
- usr: /usr
|
|
|
|
- type: script
|
|
scripts:
|
|
- example.sh
|
|
|
|
- type: rpm-ostree
|
|
repos:
|
|
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
|
|
install:
|
|
- micro
|
|
- starship
|
|
remove:
|
|
- firefox
|
|
- firefox-langpacks
|
|
|
|
- type: default-flatpaks@v1
|
|
notify: true
|
|
system:
|
|
install:
|
|
- org.mozilla.firefox
|
|
- org.gnome.Loupe
|
|
remove:
|
|
- org.gnome.eog
|
|
|
|
- type: signing
|
|
|
|
- type: test-module
|
|
source: local
|
|
|
|
- type: containerfile
|
|
containerfiles:
|
|
- labels
|
|
snippets:
|
|
- RUN echo "This is a snippet"
|