mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 19:38:10 +00:00
added aurora-asus and aurora-dx-asus images
fixed dx userns Signed-off-by: Rubiginosa <89671549+Rubiginosa@users.noreply.github.com> updated readme with aurora-asus
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -51,6 +51,8 @@ jobs:
|
|||||||
- recipes/asus/recipe-silverblue-asus-nvidia.yml
|
- recipes/asus/recipe-silverblue-asus-nvidia.yml
|
||||||
- recipes/asus/recipe-kinoite-asus.yml
|
- recipes/asus/recipe-kinoite-asus.yml
|
||||||
- recipes/asus/recipe-kinoite-asus-nvidia.yml
|
- recipes/asus/recipe-kinoite-asus-nvidia.yml
|
||||||
|
- recipes/asus/recipe-aurora-asus.yml
|
||||||
|
- recipes/asus/recipe-aurora-asus-nvidia.yml
|
||||||
# server
|
# server
|
||||||
- recipes/server/recipe-server-main.yml
|
- recipes/server/recipe-server-main.yml
|
||||||
- recipes/server/recipe-server-nvidia.yml
|
- recipes/server/recipe-server-nvidia.yml
|
||||||
@@ -89,6 +91,10 @@ jobs:
|
|||||||
- recipes/asus/recipe-silverblue-asus-nvidia-userns.yml
|
- recipes/asus/recipe-silverblue-asus-nvidia-userns.yml
|
||||||
- recipes/asus/recipe-kinoite-asus-userns.yml
|
- recipes/asus/recipe-kinoite-asus-userns.yml
|
||||||
- recipes/asus/recipe-kinoite-asus-nvidia-userns.yml
|
- recipes/asus/recipe-kinoite-asus-nvidia-userns.yml
|
||||||
|
- recipes/asus/recipe-aurora-asus-userns.yml
|
||||||
|
- recipes/asus/recipe-aurora-asus-nvidia-userns.yml
|
||||||
|
- recipes/asus/recipe-aurora-dx-asus-userns.yml
|
||||||
|
- recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml
|
||||||
# server
|
# server
|
||||||
- recipes/server/recipe-server-main-userns.yml
|
- recipes/server/recipe-server-main-userns.yml
|
||||||
- recipes/server/recipe-server-nvidia-userns.yml
|
- recipes/server/recipe-server-nvidia-userns.yml
|
||||||
|
|||||||
@@ -127,6 +127,8 @@ While it's recommended to use a Fedora Atomic iso to install and then rebase tha
|
|||||||
- aurora-surface-nvidia-hardened
|
- aurora-surface-nvidia-hardened
|
||||||
|
|
||||||
##### asus <sup>[source](https://github.com/ublue-os/hwe/tree/main/asus)</sup>
|
##### asus <sup>[source](https://github.com/ublue-os/hwe/tree/main/asus)</sup>
|
||||||
|
- aurora-asus-hardened
|
||||||
|
- aurora-asus-nvidia-hardened
|
||||||
- silverblue-asus-hardened
|
- silverblue-asus-hardened
|
||||||
- silverblue-asus-nvidia-hardened
|
- silverblue-asus-nvidia-hardened
|
||||||
- kinoite-asus-hardened
|
- kinoite-asus-hardened
|
||||||
@@ -175,6 +177,10 @@ While it's recommended to use a Fedora Atomic iso to install and then rebase tha
|
|||||||
- aurora-dx-surface-nvidia-userns-hardened
|
- aurora-dx-surface-nvidia-userns-hardened
|
||||||
|
|
||||||
##### asus <sup>[source](https://github.com/ublue-os/hwe/tree/main/asus)</sup>
|
##### asus <sup>[source](https://github.com/ublue-os/hwe/tree/main/asus)</sup>
|
||||||
|
- aurora-asus-userns-hardened
|
||||||
|
- aurora-asus-nvidia-userns-hardened
|
||||||
|
- aurora-dx-asus-userns-hardened
|
||||||
|
- aurora-dx-asus-nvidia-userns-hardened
|
||||||
- silverblue-asus-userns-hardened
|
- silverblue-asus-userns-hardened
|
||||||
- silverblue-asus-nvidia-userns-hardened
|
- silverblue-asus-nvidia-userns-hardened
|
||||||
- kinoite-asus-userns-hardened
|
- kinoite-asus-userns-hardened
|
||||||
|
|||||||
23
config/recipes/asus/recipe-aurora-asus-nvidia-userns.yml
Normal file
23
config/recipes/asus/recipe-aurora-asus-nvidia-userns.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# image will be published to ghcr.io/<user>/<name>
|
||||||
|
name: aurora-asus-nvidia-userns-hardened
|
||||||
|
# description will be included in the image's metadata
|
||||||
|
description: "Aurora asus nvidia with some hardening applied"
|
||||||
|
|
||||||
|
# the base image to build on top of (FROM) and the version tag to use
|
||||||
|
base-image: ghcr.io/nihaiden/aurora-asus-nvidia
|
||||||
|
image-version: 39
|
||||||
|
|
||||||
|
# list of modules, executed in order
|
||||||
|
# you can include multiple instances of the same module
|
||||||
|
modules:
|
||||||
|
- from-file: common/kinoite-packages.yml
|
||||||
|
- from-file: common/aurora-packages.yml
|
||||||
|
- from-file: common/gui-packages.yml
|
||||||
|
- from-file: common/common-packages.yml
|
||||||
|
- from-file: common/gui-scripts.yml
|
||||||
|
- from-file: common/bluefin-scripts.yml
|
||||||
|
- from-file: common/kinoite-files.yml
|
||||||
|
- from-file: common/common-files.yml
|
||||||
|
- from-file: common/common-scripts.yml
|
||||||
|
- type: signing
|
||||||
|
- type: yafti
|
||||||
25
config/recipes/asus/recipe-aurora-asus-nvidia.yml
Normal file
25
config/recipes/asus/recipe-aurora-asus-nvidia.yml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# image will be published to ghcr.io/<user>/<name>
|
||||||
|
name: aurora-asus-nvidia-hardened
|
||||||
|
# description will be included in the image's metadata
|
||||||
|
description: "Aurora asus nvidia with some hardening applied"
|
||||||
|
|
||||||
|
# the base image to build on top of (FROM) and the version tag to use
|
||||||
|
base-image: ghcr.io/nihaiden/aurora-asus-nvidia
|
||||||
|
image-version: 39
|
||||||
|
|
||||||
|
# list of modules, executed in order
|
||||||
|
# you can include multiple instances of the same module
|
||||||
|
modules:
|
||||||
|
- from-file: common/kinoite-packages.yml
|
||||||
|
- from-file: common/aurora-packages.yml
|
||||||
|
- from-file: common/gui-packages.yml
|
||||||
|
- from-file: common/common-packages.yml
|
||||||
|
- from-file: common/disableuserns-packages.yml
|
||||||
|
- from-file: common/gui-scripts.yml
|
||||||
|
- from-file: common/bluefin-scripts.yml
|
||||||
|
- from-file: common/kinoite-files.yml
|
||||||
|
- from-file: common/common-files.yml
|
||||||
|
- from-file: common/common-scripts.yml
|
||||||
|
- from-file: common/disableuserns-scripts.yml
|
||||||
|
- type: signing
|
||||||
|
- type: yafti
|
||||||
23
config/recipes/asus/recipe-aurora-asus-userns.yml
Normal file
23
config/recipes/asus/recipe-aurora-asus-userns.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# image will be published to ghcr.io/<user>/<name>
|
||||||
|
name: aurora-asus-userns-hardened
|
||||||
|
# description will be included in the image's metadata
|
||||||
|
description: "Aurora asus with some hardening applied"
|
||||||
|
|
||||||
|
# the base image to build on top of (FROM) and the version tag to use
|
||||||
|
base-image: ghcr.io/nihaiden/aurora-asus
|
||||||
|
image-version: 39
|
||||||
|
|
||||||
|
# list of modules, executed in order
|
||||||
|
# you can include multiple instances of the same module
|
||||||
|
modules:
|
||||||
|
- from-file: common/kinoite-packages.yml
|
||||||
|
- from-file: common/aurora-packages.yml
|
||||||
|
- from-file: common/gui-packages.yml
|
||||||
|
- from-file: common/common-packages.yml
|
||||||
|
- from-file: common/gui-scripts.yml
|
||||||
|
- from-file: common/bluefin-scripts.yml
|
||||||
|
- from-file: common/kinoite-files.yml
|
||||||
|
- from-file: common/common-files.yml
|
||||||
|
- from-file: common/common-scripts.yml
|
||||||
|
- type: signing
|
||||||
|
- type: yafti
|
||||||
25
config/recipes/asus/recipe-aurora-asus.yml
Normal file
25
config/recipes/asus/recipe-aurora-asus.yml
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# image will be published to ghcr.io/<user>/<name>
|
||||||
|
name: aurora-asus-hardened
|
||||||
|
# description will be included in the image's metadata
|
||||||
|
description: "Aurora asus with some hardening applied"
|
||||||
|
|
||||||
|
# the base image to build on top of (FROM) and the version tag to use
|
||||||
|
base-image: ghcr.io/nihaiden/aurora-asus
|
||||||
|
image-version: 39
|
||||||
|
|
||||||
|
# list of modules, executed in order
|
||||||
|
# you can include multiple instances of the same module
|
||||||
|
modules:
|
||||||
|
- from-file: common/kinoite-packages.yml
|
||||||
|
- from-file: common/aurora-packages.yml
|
||||||
|
- from-file: common/gui-packages.yml
|
||||||
|
- from-file: common/common-packages.yml
|
||||||
|
- from-file: common/disableuserns-packages.yml
|
||||||
|
- from-file: common/gui-scripts.yml
|
||||||
|
- from-file: common/bluefin-scripts.yml
|
||||||
|
- from-file: common/kinoite-files.yml
|
||||||
|
- from-file: common/common-files.yml
|
||||||
|
- from-file: common/common-scripts.yml
|
||||||
|
- from-file: common/disableuserns-scripts.yml
|
||||||
|
- type: signing
|
||||||
|
- type: yafti
|
||||||
23
config/recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml
Normal file
23
config/recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# image will be published to ghcr.io/<user>/<name>
|
||||||
|
name: aurora-dx-asus-nvidia-userns-hardened
|
||||||
|
# description will be included in the image's metadata
|
||||||
|
description: "Aurora asus dx nvidia with some hardening applied"
|
||||||
|
|
||||||
|
# the base image to build on top of (FROM) and the version tag to use
|
||||||
|
base-image: ghcr.io/nihaiden/aurora-dx-asus-nvidia
|
||||||
|
image-version: 39
|
||||||
|
|
||||||
|
# list of modules, executed in order
|
||||||
|
# you can include multiple instances of the same module
|
||||||
|
modules:
|
||||||
|
- from-file: common/kinoite-packages.yml
|
||||||
|
- from-file: common/aurora-packages.yml
|
||||||
|
- from-file: common/gui-packages.yml
|
||||||
|
- from-file: common/common-packages.yml
|
||||||
|
- from-file: common/gui-scripts.yml
|
||||||
|
- from-file: common/bluefin-scripts.yml
|
||||||
|
- from-file: common/kinoite-files.yml
|
||||||
|
- from-file: common/common-files.yml
|
||||||
|
- from-file: common/common-scripts.yml
|
||||||
|
- type: signing
|
||||||
|
- type: yafti
|
||||||
23
config/recipes/asus/recipe-aurora-dx-asus-userns.yml
Normal file
23
config/recipes/asus/recipe-aurora-dx-asus-userns.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# image will be published to ghcr.io/<user>/<name>
|
||||||
|
name: aurora-dx-asus-userns-hardened
|
||||||
|
# description will be included in the image's metadata
|
||||||
|
description: "Aurora asus dx with some hardening applied"
|
||||||
|
|
||||||
|
# the base image to build on top of (FROM) and the version tag to use
|
||||||
|
base-image: ghcr.io/nihaiden/aurora-dx-asus
|
||||||
|
image-version: 39
|
||||||
|
|
||||||
|
# list of modules, executed in order
|
||||||
|
# you can include multiple instances of the same module
|
||||||
|
modules:
|
||||||
|
- from-file: common/kinoite-packages.yml
|
||||||
|
- from-file: common/aurora-packages.yml
|
||||||
|
- from-file: common/gui-packages.yml
|
||||||
|
- from-file: common/common-packages.yml
|
||||||
|
- from-file: common/gui-scripts.yml
|
||||||
|
- from-file: common/bluefin-scripts.yml
|
||||||
|
- from-file: common/kinoite-files.yml
|
||||||
|
- from-file: common/common-files.yml
|
||||||
|
- from-file: common/common-scripts.yml
|
||||||
|
- type: signing
|
||||||
|
- type: yafti
|
||||||
Reference in New Issue
Block a user