mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-18 19:14:52 +00:00
chore: update framework images and include new docs
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -55,10 +55,6 @@ jobs:
|
||||
- recipes/laptop/recipe-kinoite-framework.yml
|
||||
- recipes/laptop/recipe-bluefin-framework.yml
|
||||
- recipes/laptop/recipe-sericea-framework.yml
|
||||
- recipes/laptop/recipe-silverblue-framework-amd.yml
|
||||
- recipes/laptop/recipe-kinoite-framework-amd.yml
|
||||
- recipes/laptop/recipe-bluefin-framework-amd.yml
|
||||
- recipes/laptop/recipe-sericea-framework-amd.yml
|
||||
# server
|
||||
- recipes/server/recipe-server-main.yml
|
||||
- recipes/server/recipe-server-nvidia.yml
|
||||
@@ -101,11 +97,6 @@ jobs:
|
||||
- recipes/laptop/recipe-bluefin-framework-userns.yml
|
||||
- recipes/laptop/recipe-bluefin-dx-framework-userns.yml
|
||||
- recipes/laptop/recipe-sericea-framework-userns.yml
|
||||
- recipes/laptop/recipe-silverblue-framework-userns-amd.yml
|
||||
- recipes/laptop/recipe-kinoite-framework-userns-amd.yml
|
||||
- recipes/laptop/recipe-bluefin-framework-userns-amd.yml
|
||||
- recipes/laptop/recipe-bluefin-dx-framework-userns-amd.yml
|
||||
- recipes/laptop/recipe-sericea-framework-userns-amd.yml
|
||||
# server
|
||||
- recipes/server/recipe-server-main-userns.yml
|
||||
- recipes/server/recipe-server-nvidia-userns.yml
|
||||
|
||||
13
README.md
13
README.md
@@ -95,15 +95,11 @@ Have a look at [PREINSTALL-README](PREINSTALL-README.md) before proceeding.
|
||||
- wayblue-wayfire-main-laptop-hardened
|
||||
- wayblue-wayfire-nvidia-laptop-hardened
|
||||
|
||||
###### framework
|
||||
###### framework <sup>[docs](https://universal-blue.org/images/framework/)</sup>
|
||||
- kinoite-framework-hardened
|
||||
- bluefin-framework-hardened
|
||||
- silverblue-framework-hardened
|
||||
- sericea-framework-hardened
|
||||
- kinoite-framework-amd-hardened
|
||||
- bluefin-framework-amd-hardened
|
||||
- silverblue-framework-amd-hardened
|
||||
- sericea-framework-amd-hardened
|
||||
|
||||
##### server
|
||||
- server-main-hardened
|
||||
@@ -145,17 +141,12 @@ Have a look at [PREINSTALL-README](PREINSTALL-README.md) before proceeding.
|
||||
- wayblue-wayfire-main-laptop-userns-hardened
|
||||
- wayblue-wayfire-nvidia-laptop-userns-hardened
|
||||
|
||||
###### framework
|
||||
###### framework <sup>[docs](https://universal-blue.org/images/framework/)</sup>
|
||||
- kinoite-framework-userns-hardened
|
||||
- bluefin-framework-userns-hardened
|
||||
- bluefin-dx-framework-userns-hardened
|
||||
- silverblue-framework-userns-hardened
|
||||
- sericea-framework-userns-hardened
|
||||
- kinoite-framework-userns-amd-hardened
|
||||
- bluefin-framework-userns-amd-hardened
|
||||
- bluefin-dx-framework-userns-amd-hardened
|
||||
- silverblue-framework-userns-amd-hardened
|
||||
- sericea-framework-userns-amd-hardened
|
||||
|
||||
##### server
|
||||
- server-main-userns-hardened
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
# image will be published to ghcr.io/<user>/<name>
|
||||
name: bluefin-dx-framework-userns-amd-hardened
|
||||
# description will be included in the image's metadata
|
||||
description: "Bluefin-dx framework 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/bluefin-dx-framework
|
||||
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/bluefin-packages.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/gui-scripts.yml
|
||||
- from-file: common/bluefin-scripts.yml
|
||||
- type: yafti
|
||||
@@ -1,22 +0,0 @@
|
||||
# image will be published to ghcr.io/<user>/<name>
|
||||
name: bluefin-framework-amd-hardened
|
||||
# description will be included in the image's metadata
|
||||
description: "Bluefin framework 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/bluefin-framework
|
||||
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/bluefin-packages.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/gui-scripts.yml
|
||||
- from-file: common/bluefin-scripts.yml
|
||||
- from-file: common/disableuserns-packages.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: yafti
|
||||
@@ -1,20 +0,0 @@
|
||||
# image will be published to ghcr.io/<user>/<name>
|
||||
name: bluefin-framework-userns-amd-hardened
|
||||
# description will be included in the image's metadata
|
||||
description: "Bluefin framework 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/bluefin-framework
|
||||
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/bluefin-packages.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/gui-scripts.yml
|
||||
- from-file: common/bluefin-scripts.yml
|
||||
- type: yafti
|
||||
@@ -1,23 +0,0 @@
|
||||
# image will be published to ghcr.io/<user>/<name>
|
||||
name: kinoite-framework-amd-hardened
|
||||
# description will be included in the image's metadata
|
||||
description: "Kinoite framework 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/kinoite-framework
|
||||
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/kinoite-files.yml
|
||||
- from-file: common/kinoite-packages.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/remove-firefox.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/gui-scripts.yml
|
||||
- from-file: common/disableuserns-packages.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: yafti
|
||||
@@ -1,21 +0,0 @@
|
||||
# image will be published to ghcr.io/<user>/<name>
|
||||
name: kinoite-framework-userns-amd-hardened
|
||||
# description will be included in the image's metadata
|
||||
description: "Kinoite framework 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/kinoite-framework
|
||||
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/kinoite-files.yml
|
||||
- from-file: common/kinoite-packages.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/remove-firefox.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/gui-scripts.yml
|
||||
- type: yafti
|
||||
@@ -1,21 +0,0 @@
|
||||
# image will be published to ghcr.io/<user>/<name>
|
||||
name: sericea-framework-amd-hardened
|
||||
# description will be included in the image's metadata
|
||||
description: "sericea framework 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/sericea-framework
|
||||
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/common-packages.yml
|
||||
- from-file: common/remove-firefox.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/gui-scripts.yml
|
||||
- from-file: common/disableuserns-packages.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: yafti
|
||||
@@ -1,19 +0,0 @@
|
||||
# image will be published to ghcr.io/<user>/<name>
|
||||
name: sericea-framework-userns-amd-hardened
|
||||
# description will be included in the image's metadata
|
||||
description: "sericea framework 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/sericea-framework
|
||||
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/common-packages.yml
|
||||
- from-file: common/remove-firefox.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/gui-scripts.yml
|
||||
- type: yafti
|
||||
@@ -1,22 +0,0 @@
|
||||
# image will be published to ghcr.io/<user>/<name>
|
||||
name: silverblue-framework-amd-hardened
|
||||
# description will be included in the image's metadata
|
||||
description: "Silverblue framework 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/silverblue-framework
|
||||
image-version: 39 # 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:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/silverblue-packages.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/remove-firefox.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/gui-scripts.yml
|
||||
- from-file: common/disableuserns-packages.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: yafti
|
||||
@@ -1,20 +0,0 @@
|
||||
# image will be published to ghcr.io/<user>/<name>
|
||||
name: silverblue-framework-userns-amd-hardened
|
||||
# description will be included in the image's metadata
|
||||
description: "Silverblue framework 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/silverblue-framework
|
||||
image-version: 39 # 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:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/silverblue-packages.yml
|
||||
- from-file: common/gui-packages.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/remove-firefox.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/gui-scripts.yml
|
||||
- type: yafti
|
||||
Reference in New Issue
Block a user