This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: shared apps for gnome and plasma images + usr files
- Loading branch information
1 parent
8c7ef40
commit 31b863f
Showing
11 changed files
with
53 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
- type: files | ||
files: | ||
- gnome: /usr | ||
|
||
- type: rpm-ostree | ||
install: | ||
- helvum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
- type: files | ||
files: | ||
- plasma: /usr | ||
|
||
- type: rpm-ostree | ||
install: | ||
- qpwgraph |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- type: signing | ||
|
||
- type: files | ||
files: | ||
- shared: /usr |
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: universal-studio-gnome-nvidia | ||
# description will be included in the image's metadata | ||
description: Operating system based on Fedora Silverblue meant for artists | ||
description: Operating system based on Fedora Atomic meant for content creators and artists | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/silverblue-nvidia | ||
image-version: latest # latest is also supported if you want new updates ASAP | ||
image-version: latest | ||
|
||
# module configuration, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: ./apps.yml | ||
- from-file: ./shared-sys.yml | ||
- from-file: ./apps-gnome.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: universal-studio-gnome | ||
# description will be included in the image's metadata | ||
description: Operating system based on Fedora Silverblue meant for artists | ||
description: Operating system based on Fedora Atomic meant for content creators and artists | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/silverblue-main | ||
image-version: latest # latest is also supported if you want new updates ASAP | ||
image-version: latest | ||
|
||
# module configuration, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: ./apps.yml | ||
- from-file: ./shared-sys.yml | ||
- from-file: ./apps-gnome.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: universal-studio | ||
# description will be included in the image's metadata | ||
description: Operating system based on Fedora Silverblue meant for artists | ||
description: Operating system based on Fedora Atomic meant for content creators and artists | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/kinoite-main | ||
image-version: latest # latest is also supported if you want new updates ASAP | ||
image-version: latest | ||
|
||
# module configuration, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: ./apps.yml | ||
- from-file: ./shared-sys.yml | ||
- from-file: ./apps-plasma.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: universal-studio-nvidia | ||
# description will be included in the image's metadata | ||
description: Operating system based on Fedora Silverblue meant for artists | ||
description: Operating system based on Fedora Atomic meant for content creators and artists | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/kinoite-nvidia | ||
image-version: latest # latest is also supported if you want new updates ASAP | ||
image-version: latest | ||
|
||
# module configuration, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- from-file: ./apps.yml | ||
- from-file: ./shared-sys.yml | ||
- from-file: ./apps-plasma.yml |