mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-03 20:07:53 +00:00
feat: add cosmic images (#334)
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -45,6 +45,8 @@ jobs:
|
||||
- general/recipe-wayblue-river-nvidia.yml
|
||||
- general/recipe-wayblue-sway-main.yml
|
||||
- general/recipe-wayblue-sway-nvidia.yml
|
||||
- general/recipe-cosmic-main.yml
|
||||
- general/recipe-cosmic-nvidia.yml
|
||||
# asus
|
||||
- asus/recipe-silverblue-asus.yml
|
||||
- asus/recipe-silverblue-asus-nvidia.yml
|
||||
@@ -87,6 +89,8 @@ jobs:
|
||||
- general/recipe-wayblue-river-nvidia-userns.yml
|
||||
- general/recipe-wayblue-sway-main-userns.yml
|
||||
- general/recipe-wayblue-sway-nvidia-userns.yml
|
||||
- general/recipe-cosmic-main-userns.yml
|
||||
- general/recipe-cosmic-nvidia-userns.yml
|
||||
# asus
|
||||
- asus/recipe-silverblue-asus-userns.yml
|
||||
- asus/recipe-silverblue-asus-nvidia-userns.yml
|
||||
|
||||
18
recipes/general/recipe-cosmic-main-userns.yml
Normal file
18
recipes/general/recipe-cosmic-main-userns.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: cosmic-main-userns-hardened
|
||||
|
||||
description: "Cosmic main with some hardening applied"
|
||||
|
||||
base-image: ghcr.io/ublue-os/cosmic-base
|
||||
|
||||
image-version: 40
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/gui-scripts.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/remove-firefox.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
20
recipes/general/recipe-cosmic-main.yml
Normal file
20
recipes/general/recipe-cosmic-main.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: cosmic-main-hardened
|
||||
|
||||
description: "Cosmic main with some hardening applied"
|
||||
|
||||
base-image: ghcr.io/ublue-os/cosmic-base
|
||||
|
||||
image-version: 40
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/gui-scripts.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/remove-firefox.yml
|
||||
- from-file: common/disableuserns-packages.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
18
recipes/general/recipe-cosmic-nvidia-userns.yml
Normal file
18
recipes/general/recipe-cosmic-nvidia-userns.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: cosmic-nvidia-userns-hardened
|
||||
|
||||
description: "Cosmic nvidia with some hardening applied"
|
||||
|
||||
base-image: ghcr.io/ublue-os/cosmic-base-nvidia
|
||||
|
||||
image-version: 40
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/gui-scripts.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/remove-firefox.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
20
recipes/general/recipe-cosmic-nvidia.yml
Normal file
20
recipes/general/recipe-cosmic-nvidia.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: cosmic-nvidia-hardened
|
||||
|
||||
description: "Cosmic nvidia with some hardening applied"
|
||||
|
||||
base-image: ghcr.io/ublue-os/cosmic-base-nvidia
|
||||
|
||||
image-version: 40
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/gui-scripts.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/remove-firefox.yml
|
||||
- from-file: common/disableuserns-packages.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
Reference in New Issue
Block a user