test if problem is upstream

This commit is contained in:
Mohamed C 2024-06-20 17:32:21 +02:00 committed by GitHub
parent 7bf3d9457a
commit 7c5d1cf851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,65 +1,49 @@
name: moe-os # image will be published to ghcr.io/<user>/<name>
description: Moe's Persönliches uBlue Image name: template
base-image: ghcr.io/ublue-os/kinoite-main # description will be included in the image's metadata
image-version: 40 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/ublue-os/silverblue-main
image-version: 40 # 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: modules:
- type: files
files:
- usr: /usr # copies config/files/usr into your image's /usr.
# put configuration files you want in /etc/ on a booted system
# in /usr/etc/ in the image. read more in files module reference.
- type: rpm-ostree - type: rpm-ostree
repos: repos:
- https://copr.fedorainfracloud.org/coprs/luisbocanegra/kde-material-you-colors/repo/fedora-%OS_VERSION%/luisbocanegra-kde-material-you-colors-fedora-%OS_VERSION%.repo # - https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/errornointernet/klassy/repo/fedora-%OS_VERSION%/errornointernet-klassy-fedora-%OS_VERSION%.repo
- https://copr.fedorainfracloud.org/coprs/vulongm/gamescope-git/repo/fedora-%OS_VERSION%/vulongm-gamescope-git-fedora-%OS_VERSION%.repo
install: install:
- klassy # - micro
- kde-material-you-colors # - starship
- python-materialyoucolor
- python-pywal
- steam
- steam-devices
- gamescope
remove: remove:
- firefox # example: removing firefox (in favor of the flatpak)
- firefox-langpacks # "firefox" is the main package, "firefox-langpacks" is a dependency
- distrobox # - firefox
- wireguard-tools # - firefox-langpacks # also remove firefox dependency (not required for all packages, this is a special case)
- type: default-flatpaks - type: default-flatpaks
notify: true notify: true # Send notification after install/uninstall is finished (true/false)
system: system:
repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo # If no repo information is specified, Flathub will be used by default
repo-name: flathub # repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo
repo-title: "Flathub (System)" # repo-name: flathub
install: # repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
- org.mozilla.firefox install:
# - com.dec05eba.gpu_screen_recorder # - org.mozilla.firefox
# - dev.vencord.Vesktop # - org.gnome.Loupe
# - net.davidotek.pupgui2 # - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch).
# - org.blender.Blender # Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08),
# - org.kde.elisa # only normal flatpak applications are (like Floorp Lightning web browser in this example).
# - org.kde.gwenview # Installing different branches of the same Flatpak is not supported.
# - org.kde.haruna remove:
# - org.kde.isoimagewriter # - org.gnome.eog
# - org.kde.kcolorchooser
# - org.kde.kdenlive
# - org.kde.kdiff3
# - org.kde.kget
# - org.kde.kontact
# - org.kde.kolourpaint
# - org.kde.kommit
# - org.kde.krita
# - org.kde.kruler
# - org.kde.okular
# - org.kde.skanpage
# - org.kde.digikam
# - com.ktechpit.whatsie
# - org.kde.kdf
# - io.github.jonmagon.kdiskmark
# - net.davidotek.pupgui2
# - org.kde.marble
# - org.kde.kompare
# - org.kde.kgeography
# - org.kde.ktrip
# - org.kde.koko
# - org.kde.audiotube
- type: signing - type: signing # this sets up the proper policy & signing files for signed images to work fully