-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A successor to Zeliblue Deck images; uses `bazzite-deck-gnome` as the base image, instead of me manually recreating the bazzite-deck experience myself based on Bazzite's repository.
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 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,37 @@ | ||
# image will be published to ghcr.io/<user>/<name> | ||
name: zeliblue-bazzite | ||
# description will be included in the image's metadata | ||
description: A Bazzite-based Zeliblue experience | ||
alt-tags: | ||
- testing | ||
|
||
# the base image to build on top of (FROM) and the version tag to use | ||
base-image: ghcr.io/ublue-os/bazzite-deck-gnome | ||
image-version: latest | ||
|
||
# list of modules, executed in order | ||
# you can include multiple instances of the same module | ||
modules: | ||
- type: containerfile | ||
snippets: | ||
- ARG ZELIBLUE_PRETTY_NAME="Zeliblue Bazzite" | ||
- ARG ZELIBLUE_IMAGE_TAG=testing | ||
|
||
- from-file: common/common-files.yml | ||
- from-file: common/common-flatpaks.yml | ||
- from-file: common/common-fonts.yml | ||
|
||
- type: script | ||
scripts: | ||
- image-info.sh | ||
|
||
- type: signing | ||
|
||
- type: rpm-ostree | ||
install: | ||
- micro | ||
- rsms-inter-fonts.noarch | ||
- rsms-inter-vf-fonts | ||
|
||
- from-file: gnome/gnome-files.yml | ||
- from-file: gnome/gnome-gschemas.yml |