Remove lazurite images that were added prematurely before full wayland support (#147)

Remove lazurite images that were added prematurely before full wayland support (#147)
This commit is contained in:
qoijjj
2023-12-24 17:12:45 -08:00
committed by GitHub
parent 25cd9abc40
commit a094c342d0
10 changed files with 0 additions and 183 deletions

View File

@@ -47,8 +47,6 @@ jobs:
- recipes/desktop/recipe-kinoite-nvidia.yml
- recipes/desktop/recipe-bluefin-main.yml
- recipes/desktop/recipe-bluefin-nvidia.yml
- recipes/desktop/recipe-lazurite-main.yml
- recipes/desktop/recipe-lazurite-nvidia.yml
- recipes/desktop/recipe-sericea-main.yml
- recipes/desktop/recipe-sericea-nvidia.yml
# laptop
@@ -58,8 +56,6 @@ jobs:
- recipes/laptop/recipe-kinoite-nvidia-laptop.yml
- recipes/laptop/recipe-bluefin-main-laptop.yml
- recipes/laptop/recipe-bluefin-nvidia-laptop.yml
- recipes/laptop/recipe-lazurite-main-laptop.yml
- recipes/laptop/recipe-lazurite-nvidia-laptop.yml
- recipes/laptop/recipe-sericea-main-laptop.yml
- recipes/laptop/recipe-sericea-nvidia-laptop.yml
# server
@@ -73,8 +69,6 @@ jobs:
- recipes/desktop/recipe-kinoite-nvidia-userns.yml
- recipes/desktop/recipe-bluefin-main-userns.yml
- recipes/desktop/recipe-bluefin-nvidia-userns.yml
- recipes/desktop/recipe-lazurite-main-userns.yml
- recipes/desktop/recipe-lazurite-nvidia-userns.yml
- recipes/desktop/recipe-sericea-main-userns.yml
- recipes/desktop/recipe-sericea-nvidia-userns.yml
# laptop
@@ -84,8 +78,6 @@ jobs:
- recipes/laptop/recipe-kinoite-nvidia-laptop-userns.yml
- recipes/laptop/recipe-bluefin-main-laptop-userns.yml
- recipes/laptop/recipe-bluefin-nvidia-laptop-userns.yml
- recipes/laptop/recipe-lazurite-main-laptop-userns.yml
- recipes/laptop/recipe-lazurite-nvidia-laptop-userns.yml
- recipes/laptop/recipe-sericea-main-laptop-userns.yml
- recipes/laptop/recipe-sericea-nvidia-laptop-userns.yml
# server

View File

@@ -1,3 +0,0 @@
type: rpm-ostree
remove:
- falkon

View File

@@ -1,20 +0,0 @@
# image will be published to ghcr.io/<user>/<name>
name: lazurite-main-userns-hardened
# description will be included in the image's metadata
description: "Lazurite main with some hardening applied"
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/lazurite-main
image-version: 39
# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/common-files.yml
- from-file: common/gui-packages.yml
- from-file: common/lazurite-packages.yml
- from-file: common/common-packages.yml
- from-file: common/remove-firefox.yml
- from-file: common/common-bling.yml
- from-file: common/common-scripts.yml
- type: yafti

View File

@@ -1,22 +0,0 @@
# image will be published to ghcr.io/<user>/<name>
name: lazurite-main-hardened
# description will be included in the image's metadata
description: "Lazurite main with some hardening applied"
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/lazurite-main
image-version: 39
# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/common-files.yml
- from-file: common/gui-packages.yml
- from-file: common/lazurite-packages.yml
- from-file: common/common-packages.yml
- from-file: common/remove-firefox.yml
- from-file: common/common-bling.yml
- from-file: common/common-scripts.yml
- from-file: common/disableuserns-packages.yml
- from-file: common/disableuserns-scripts.yml
- type: yafti

View File

@@ -1,20 +0,0 @@
# image will be published to ghcr.io/<user>/<name>
name: lazurite-nvidia-userns-hardened
# description will be included in the image's metadata
description: "Lazurite nvidia with some hardening applied"
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/lazurite-nvidia
image-version: 39
# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/common-files.yml
- from-file: common/gui-packages.yml
- from-file: common/lazurite-packages.yml
- from-file: common/common-packages.yml
- from-file: common/remove-firefox.yml
- from-file: common/common-bling.yml
- from-file: common/common-scripts.yml
- type: yafti

View File

@@ -1,22 +0,0 @@
# image will be published to ghcr.io/<user>/<name>
name: lazurite-nvidia-hardened
# description will be included in the image's metadata
description: "Lazurite nvidia with some hardening applied"
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/lazurite-nvidia
image-version: 39
# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/common-files.yml
- from-file: common/gui-packages.yml
- from-file: common/lazurite-packages.yml
- from-file: common/common-packages.yml
- from-file: common/remove-firefox.yml
- from-file: common/common-bling.yml
- from-file: common/common-scripts.yml
- from-file: common/disableuserns-packages.yml
- from-file: common/disableuserns-scripts.yml
- type: yafti

View File

@@ -1,21 +0,0 @@
# image will be published to ghcr.io/<user>/<name>
name: lazurite-main-laptop-userns-hardened
# description will be included in the image's metadata
description: "Lazurite main with some hardening applied, for laptops"
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/lazurite-main
image-version: 39
# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/common-files.yml
- from-file: common/gui-packages.yml
- from-file: common/lazurite-packages.yml
- from-file: common/common-packages.yml
- from-file: common/remove-firefox.yml
- from-file: common/common-bling.yml
- from-file: recipes/laptop/laptop-bling.yml
- from-file: common/common-scripts.yml
- type: yafti

View File

@@ -1,23 +0,0 @@
# image will be published to ghcr.io/<user>/<name>
name: lazurite-main-laptop-hardened
# description will be included in the image's metadata
description: "Lazurite main with some hardening applied, for laptops"
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/lazurite-main
image-version: 39
# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/common-files.yml
- from-file: common/gui-packages.yml
- from-file: common/lazurite-packages.yml
- from-file: common/common-packages.yml
- from-file: common/remove-firefox.yml
- from-file: common/common-bling.yml
- from-file: recipes/laptop/laptop-bling.yml
- from-file: common/common-scripts.yml
- from-file: common/disableuserns-packages.yml
- from-file: common/disableuserns-scripts.yml
- type: yafti

View File

@@ -1,21 +0,0 @@
# image will be published to ghcr.io/<user>/<name>
name: lazurite-nvidia-laptop-userns-hardened
# description will be included in the image's metadata
description: "Lazurite nvidia with some hardening applied, for laptops"
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/lazurite-nvidia
image-version: 39
# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/common-files.yml
- from-file: common/gui-packages.yml
- from-file: common/lazurite-packages.yml
- from-file: common/common-packages.yml
- from-file: common/remove-firefox.yml
- from-file: common/common-bling.yml
- from-file: recipes/laptop/laptop-bling.yml
- from-file: common/common-scripts.yml
- type: yafti

View File

@@ -1,23 +0,0 @@
# image will be published to ghcr.io/<user>/<name>
name: lazurite-nvidia-laptop-hardened
# description will be included in the image's metadata
description: "Lazurite nvidia with some hardening applied, for laptops"
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/lazurite-nvidia
image-version: 39
# list of modules, executed in order
# you can include multiple instances of the same module
modules:
- from-file: common/common-files.yml
- from-file: common/gui-packages.yml
- from-file: common/lazurite-packages.yml
- from-file: common/common-packages.yml
- from-file: common/remove-firefox.yml
- from-file: common/common-bling.yml
- from-file: recipes/laptop/laptop-bling.yml
- from-file: common/common-scripts.yml
- from-file: common/disableuserns-packages.yml
- from-file: common/disableuserns-scripts.yml
- type: yafti