diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7878841..4dc5fbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,6 +84,8 @@ jobs: - recipes/desktop/recipe-cinnamon-nvidia-userns.yml - recipes/desktop/recipe-bluefin-main-userns.yml - recipes/desktop/recipe-bluefin-nvidia-userns.yml + - recipes/desktop/recipe-bluefin-dx-main-userns.yml + - recipes/desktop/recipe-bluefin-dx-nvidia-userns.yml - recipes/desktop/recipe-sericea-main-userns.yml - recipes/desktop/recipe-sericea-nvidia-userns.yml - recipes/desktop/recipe-wayblue-wayfire-main-userns.yml @@ -97,6 +99,8 @@ jobs: - recipes/laptop/recipe-cinnamon-nvidia-laptop-userns.yml - recipes/laptop/recipe-bluefin-main-laptop-userns.yml - recipes/laptop/recipe-bluefin-nvidia-laptop-userns.yml + - recipes/laptop/recipe-bluefin-dx-main-laptop-userns.yml + - recipes/laptop/recipe-bluefin-dx-nvidia-laptop-userns.yml - recipes/laptop/recipe-sericea-main-laptop-userns.yml - recipes/laptop/recipe-sericea-nvidia-laptop-userns.yml - recipes/laptop/recipe-wayblue-wayfire-main-laptop-userns.yml @@ -105,6 +109,7 @@ jobs: - recipes/laptop/recipe-silverblue-framework-userns.yml - recipes/laptop/recipe-kinoite-framework-userns.yml - recipes/laptop/recipe-bluefin-framework-userns.yml + - recipes/laptop/recipe-bluefin-dx-framework-userns.yml - recipes/laptop/recipe-sericea-framework-userns.yml # server - recipes/server/recipe-server-main-userns.yml diff --git a/config/recipes/laptop/recipe-bluefin-dx-framework-userns.yml b/config/recipes/laptop/recipe-bluefin-dx-framework-userns.yml new file mode 100644 index 0000000..b31d332 --- /dev/null +++ b/config/recipes/laptop/recipe-bluefin-dx-framework-userns.yml @@ -0,0 +1,21 @@ +# image will be published to ghcr.io// +name: bluefin-framework-userns-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-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: recipes/laptop/laptop-bling.yml + - from-file: common/common-scripts.yml + - from-file: common/gui-scripts.yml + - from-file: common/bluefin-scripts.yml + - type: yafti \ No newline at end of file