mirror of
https://github.com/outbackdingo/quantum-os.git
synced 2026-08-25 14:53:38 +00:00
newest test
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
---
|
|
||||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
|
||||||
# image will be published to ghcr.io/<user>/<name>
|
|
||||||
name: quantum-os
|
|
||||||
# description will be included in the image's metadata
|
|
||||||
description: This is my personal OS image.
|
|
||||||
|
|
||||||
# the base image to build on top of (FROM) and the version tag to use
|
|
||||||
base-image: ghcr.io/secureblue/cosmic-nvidia-open-hardened
|
|
||||||
image-version: 41 # latest is also supported if you want new updates ASAP
|
|
||||||
|
|
||||||
# module configuration, executed in order
|
|
||||||
# you can include multiple instances of the same module
|
|
||||||
modules:
|
|
||||||
- type: files
|
|
||||||
files:
|
|
||||||
- source: system
|
|
||||||
destination: / # copies files/system/* (* means everything inside it) into your image's root folder /
|
|
||||||
|
|
||||||
- type: rpm-ostree
|
|
||||||
repos:
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user