From 872596dd73f1e23e3dfdfc8828ec40026079e176 Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Tue, 23 Apr 2024 09:01:41 -0700 Subject: [PATCH] feat: upgrade to f40 (#264) --- .github/workflows/build.yml | 10 +++++++++- config/common/kinoite-packages.yml | 3 --- .../recipes/asus/recipe-aurora-asus-nvidia-userns.yml | 2 +- config/recipes/asus/recipe-aurora-asus-nvidia.yml | 2 +- config/recipes/asus/recipe-aurora-asus-userns.yml | 2 +- config/recipes/asus/recipe-aurora-asus.yml | 2 +- .../asus/recipe-aurora-dx-asus-nvidia-userns.yml | 2 +- config/recipes/asus/recipe-aurora-dx-asus-userns.yml | 2 +- .../recipes/asus/recipe-kinoite-asus-nvidia-userns.yml | 2 +- config/recipes/asus/recipe-kinoite-asus-nvidia.yml | 2 +- config/recipes/asus/recipe-kinoite-asus-userns.yml | 2 +- config/recipes/asus/recipe-kinoite-asus.yml | 2 +- .../asus/recipe-silverblue-asus-nvidia-userns.yml | 2 +- config/recipes/asus/recipe-silverblue-asus-nvidia.yml | 2 +- config/recipes/asus/recipe-silverblue-asus-userns.yml | 2 +- config/recipes/asus/recipe-silverblue-asus.yml | 2 +- .../recipes/general/recipe-aurora-dx-main-userns.yml | 2 +- .../recipes/general/recipe-aurora-dx-nvidia-userns.yml | 2 +- .../general/recipe-aurora-dx-surface-nvidia-userns.yml | 2 +- .../general/recipe-aurora-dx-surface-userns.yml | 2 +- config/recipes/general/recipe-aurora-main-userns.yml | 2 +- config/recipes/general/recipe-aurora-main.yml | 2 +- config/recipes/general/recipe-aurora-nvidia-userns.yml | 2 +- config/recipes/general/recipe-aurora-nvidia.yml | 2 +- .../general/recipe-aurora-surface-nvidia-userns.yml | 2 +- .../recipes/general/recipe-aurora-surface-nvidia.yml | 2 +- .../recipes/general/recipe-aurora-surface-userns.yml | 2 +- config/recipes/general/recipe-aurora-surface.yml | 2 +- .../recipes/general/recipe-bluefin-dx-main-userns.yml | 2 +- .../general/recipe-bluefin-dx-nvidia-userns.yml | 2 +- config/recipes/general/recipe-bluefin-main-userns.yml | 2 +- config/recipes/general/recipe-bluefin-main.yml | 2 +- .../recipes/general/recipe-bluefin-nvidia-userns.yml | 2 +- config/recipes/general/recipe-bluefin-nvidia.yml | 2 +- config/recipes/general/recipe-cinnamon-main-userns.yml | 4 ++-- config/recipes/general/recipe-cinnamon-main.yml | 4 ++-- .../recipes/general/recipe-cinnamon-nvidia-userns.yml | 4 ++-- config/recipes/general/recipe-cinnamon-nvidia.yml | 4 ++-- config/recipes/general/recipe-kinoite-main-userns.yml | 2 +- config/recipes/general/recipe-kinoite-main.yml | 2 +- .../recipes/general/recipe-kinoite-nvidia-userns.yml | 2 +- config/recipes/general/recipe-kinoite-nvidia.yml | 2 +- config/recipes/general/recipe-sericea-main-userns.yml | 2 +- config/recipes/general/recipe-sericea-main.yml | 2 +- .../recipes/general/recipe-sericea-nvidia-userns.yml | 2 +- config/recipes/general/recipe-sericea-nvidia.yml | 2 +- .../recipes/general/recipe-silverblue-main-userns.yml | 2 +- config/recipes/general/recipe-silverblue-main.yml | 2 +- .../general/recipe-silverblue-nvidia-userns.yml | 2 +- config/recipes/general/recipe-silverblue-nvidia.yml | 2 +- .../general/recipe-wayblue-hyprland-main-userns.yml | 2 +- .../recipes/general/recipe-wayblue-hyprland-main.yml | 2 +- .../general/recipe-wayblue-hyprland-nvidia-userns.yml | 2 +- .../recipes/general/recipe-wayblue-hyprland-nvidia.yml | 2 +- .../general/recipe-wayblue-river-main-userns.yml | 2 +- config/recipes/general/recipe-wayblue-river-main.yml | 2 +- .../general/recipe-wayblue-river-nvidia-userns.yml | 2 +- config/recipes/general/recipe-wayblue-river-nvidia.yml | 2 +- .../general/recipe-wayblue-sway-main-userns.yml | 2 +- config/recipes/general/recipe-wayblue-sway-main.yml | 2 +- .../general/recipe-wayblue-sway-nvidia-userns.yml | 2 +- config/recipes/general/recipe-wayblue-sway-nvidia.yml | 2 +- .../general/recipe-wayblue-wayfire-main-userns.yml | 2 +- config/recipes/general/recipe-wayblue-wayfire-main.yml | 2 +- .../general/recipe-wayblue-wayfire-nvidia-userns.yml | 2 +- .../recipes/general/recipe-wayblue-wayfire-nvidia.yml | 2 +- 66 files changed, 77 insertions(+), 72 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65642ce..0b9040c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,7 +114,7 @@ jobs: echo "BASE_IMAGE_NAME=$(echo $BASE_IMAGE | sed 's/.*\/.*\///')" >> $GITHUB_ENV - name: Verify base image - if: ${{ ! contains(env.IMAGE_NAME, 'wayblue') }} + if: ${{ !contains(env.IMAGE_NAME, 'wayblue') && !contains(env.IMAGE_NAME, 'cinnamon') }} uses: EyeCantCU/cosign-action/verify@v0.2.2 with: containers: ${{ env.BASE_IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }} @@ -127,6 +127,14 @@ jobs: registry: 'ghcr.io/wayblueorg' pubkey: 'https://raw.githubusercontent.com/wayblueorg/wayblue/live/cosign.pub' + - name: Verify base image + if: ${{ contains(env.IMAGE_NAME, 'cinnamon') }} + uses: EyeCantCU/cosign-action/verify@v0.2.2 + with: + containers: ${{ env.BASE_IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }} + registry: 'ghcr.io/legacy-images' + pubkey: 'https://raw.githubusercontent.com/legacy-images/cinnamon/main/cosign.pub' + - name: Build secureblue uses: blue-build/github-action@v1.3.0 with: diff --git a/config/common/kinoite-packages.yml b/config/common/kinoite-packages.yml index 4cde629..32ad10a 100644 --- a/config/common/kinoite-packages.yml +++ b/config/common/kinoite-packages.yml @@ -3,6 +3,3 @@ remove: - kde-connect - kde-connect-libs - kdeconnectd - - kf5-akonadi-server - - kf5-akonadi-server-mysql - - qt5-qdbusviewer diff --git a/config/recipes/asus/recipe-aurora-asus-nvidia-userns.yml b/config/recipes/asus/recipe-aurora-asus-nvidia-userns.yml index 3053ff4..fbfd947 100644 --- a/config/recipes/asus/recipe-aurora-asus-nvidia-userns.yml +++ b/config/recipes/asus/recipe-aurora-asus-nvidia-userns.yml @@ -5,7 +5,7 @@ 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/ublue-os/aurora-asus-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/asus/recipe-aurora-asus-nvidia.yml b/config/recipes/asus/recipe-aurora-asus-nvidia.yml index b702d25..06f7553 100644 --- a/config/recipes/asus/recipe-aurora-asus-nvidia.yml +++ b/config/recipes/asus/recipe-aurora-asus-nvidia.yml @@ -5,7 +5,7 @@ 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/ublue-os/aurora-asus-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/asus/recipe-aurora-asus-userns.yml b/config/recipes/asus/recipe-aurora-asus-userns.yml index f2e6ffa..50e54f8 100644 --- a/config/recipes/asus/recipe-aurora-asus-userns.yml +++ b/config/recipes/asus/recipe-aurora-asus-userns.yml @@ -5,7 +5,7 @@ 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/ublue-os/aurora-asus -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/asus/recipe-aurora-asus.yml b/config/recipes/asus/recipe-aurora-asus.yml index 2e6cc87..6c27605 100644 --- a/config/recipes/asus/recipe-aurora-asus.yml +++ b/config/recipes/asus/recipe-aurora-asus.yml @@ -5,7 +5,7 @@ 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/ublue-os/aurora-asus -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml b/config/recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml index 43b7f2c..8131329 100644 --- a/config/recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml +++ b/config/recipes/asus/recipe-aurora-dx-asus-nvidia-userns.yml @@ -5,7 +5,7 @@ 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/ublue-os/aurora-dx-asus-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/asus/recipe-aurora-dx-asus-userns.yml b/config/recipes/asus/recipe-aurora-dx-asus-userns.yml index 941d08f..6846235 100644 --- a/config/recipes/asus/recipe-aurora-dx-asus-userns.yml +++ b/config/recipes/asus/recipe-aurora-dx-asus-userns.yml @@ -5,7 +5,7 @@ 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/ublue-os/aurora-dx-asus -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/asus/recipe-kinoite-asus-nvidia-userns.yml b/config/recipes/asus/recipe-kinoite-asus-nvidia-userns.yml index 2bb8472..cf7b01f 100644 --- a/config/recipes/asus/recipe-kinoite-asus-nvidia-userns.yml +++ b/config/recipes/asus/recipe-kinoite-asus-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "Kinoite 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/ublue-os/kinoite-asus-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/asus/recipe-kinoite-asus-nvidia.yml b/config/recipes/asus/recipe-kinoite-asus-nvidia.yml index 4164cbf..d4d5301 100644 --- a/config/recipes/asus/recipe-kinoite-asus-nvidia.yml +++ b/config/recipes/asus/recipe-kinoite-asus-nvidia.yml @@ -5,7 +5,7 @@ description: "Kinoite 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/ublue-os/kinoite-asus-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/asus/recipe-kinoite-asus-userns.yml b/config/recipes/asus/recipe-kinoite-asus-userns.yml index c9ea4f9..ac7a75b 100644 --- a/config/recipes/asus/recipe-kinoite-asus-userns.yml +++ b/config/recipes/asus/recipe-kinoite-asus-userns.yml @@ -5,7 +5,7 @@ description: "Kinoite asus 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-asus -image-version: 39 # latest is also supported if you want new updates ASAP +image-version: 40 # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/asus/recipe-kinoite-asus.yml b/config/recipes/asus/recipe-kinoite-asus.yml index e145844..1de5960 100644 --- a/config/recipes/asus/recipe-kinoite-asus.yml +++ b/config/recipes/asus/recipe-kinoite-asus.yml @@ -5,7 +5,7 @@ description: "Kinoite asus 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-asus -image-version: 39 # latest is also supported if you want new updates ASAP +image-version: 40 # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/asus/recipe-silverblue-asus-nvidia-userns.yml b/config/recipes/asus/recipe-silverblue-asus-nvidia-userns.yml index ea9e38c..d18839f 100644 --- a/config/recipes/asus/recipe-silverblue-asus-nvidia-userns.yml +++ b/config/recipes/asus/recipe-silverblue-asus-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "Silverblue 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/ublue-os/silverblue-asus-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/asus/recipe-silverblue-asus-nvidia.yml b/config/recipes/asus/recipe-silverblue-asus-nvidia.yml index aef57a9..39b9fe0 100644 --- a/config/recipes/asus/recipe-silverblue-asus-nvidia.yml +++ b/config/recipes/asus/recipe-silverblue-asus-nvidia.yml @@ -5,7 +5,7 @@ description: "Silverblue 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/ublue-os/silverblue-asus-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/asus/recipe-silverblue-asus-userns.yml b/config/recipes/asus/recipe-silverblue-asus-userns.yml index 65c06a7..c521170 100644 --- a/config/recipes/asus/recipe-silverblue-asus-userns.yml +++ b/config/recipes/asus/recipe-silverblue-asus-userns.yml @@ -5,7 +5,7 @@ description: "Silverblue asus 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-asus -image-version: 39 # latest is also supported if you want new updates ASAP +image-version: 40 # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/asus/recipe-silverblue-asus.yml b/config/recipes/asus/recipe-silverblue-asus.yml index 1106523..e3e60e8 100644 --- a/config/recipes/asus/recipe-silverblue-asus.yml +++ b/config/recipes/asus/recipe-silverblue-asus.yml @@ -5,7 +5,7 @@ description: "Silverblue asus 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-asus -image-version: 39 # latest is also supported if you want new updates ASAP +image-version: 40 # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-aurora-dx-main-userns.yml b/config/recipes/general/recipe-aurora-dx-main-userns.yml index 18a750c..6db6719 100644 --- a/config/recipes/general/recipe-aurora-dx-main-userns.yml +++ b/config/recipes/general/recipe-aurora-dx-main-userns.yml @@ -5,7 +5,7 @@ description: "Aurora-dx 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/aurora-dx -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-aurora-dx-nvidia-userns.yml b/config/recipes/general/recipe-aurora-dx-nvidia-userns.yml index 2a78be6..06e511a 100644 --- a/config/recipes/general/recipe-aurora-dx-nvidia-userns.yml +++ b/config/recipes/general/recipe-aurora-dx-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "Aurora-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/ublue-os/aurora-dx-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-aurora-dx-surface-nvidia-userns.yml b/config/recipes/general/recipe-aurora-dx-surface-nvidia-userns.yml index eda60e7..4628adc 100644 --- a/config/recipes/general/recipe-aurora-dx-surface-nvidia-userns.yml +++ b/config/recipes/general/recipe-aurora-dx-surface-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "Aurora-dx surface 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/aurora-dx-surface-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-aurora-dx-surface-userns.yml b/config/recipes/general/recipe-aurora-dx-surface-userns.yml index 0bbeff6..52f1675 100644 --- a/config/recipes/general/recipe-aurora-dx-surface-userns.yml +++ b/config/recipes/general/recipe-aurora-dx-surface-userns.yml @@ -5,7 +5,7 @@ description: "Aurora-dx surface 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/aurora-dx-surface -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-aurora-main-userns.yml b/config/recipes/general/recipe-aurora-main-userns.yml index 74b1e1f..d48dcbc 100644 --- a/config/recipes/general/recipe-aurora-main-userns.yml +++ b/config/recipes/general/recipe-aurora-main-userns.yml @@ -5,7 +5,7 @@ description: "Aurora 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/aurora -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-aurora-main.yml b/config/recipes/general/recipe-aurora-main.yml index cdaa333..d73c998 100644 --- a/config/recipes/general/recipe-aurora-main.yml +++ b/config/recipes/general/recipe-aurora-main.yml @@ -5,7 +5,7 @@ description: "Aurora 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/aurora -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-aurora-nvidia-userns.yml b/config/recipes/general/recipe-aurora-nvidia-userns.yml index 3f20135..1211c86 100644 --- a/config/recipes/general/recipe-aurora-nvidia-userns.yml +++ b/config/recipes/general/recipe-aurora-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "Aurora 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/aurora-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-aurora-nvidia.yml b/config/recipes/general/recipe-aurora-nvidia.yml index e55c863..00bdd0c 100644 --- a/config/recipes/general/recipe-aurora-nvidia.yml +++ b/config/recipes/general/recipe-aurora-nvidia.yml @@ -5,7 +5,7 @@ description: "Aurora 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/aurora-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-aurora-surface-nvidia-userns.yml b/config/recipes/general/recipe-aurora-surface-nvidia-userns.yml index e478670..a9335c0 100644 --- a/config/recipes/general/recipe-aurora-surface-nvidia-userns.yml +++ b/config/recipes/general/recipe-aurora-surface-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "Aurora surface 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/aurora-surface-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-aurora-surface-nvidia.yml b/config/recipes/general/recipe-aurora-surface-nvidia.yml index 1b53a76..ff17024 100644 --- a/config/recipes/general/recipe-aurora-surface-nvidia.yml +++ b/config/recipes/general/recipe-aurora-surface-nvidia.yml @@ -5,7 +5,7 @@ description: "Aurora surface 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/aurora-surface-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-aurora-surface-userns.yml b/config/recipes/general/recipe-aurora-surface-userns.yml index 4812bc3..4464dd2 100644 --- a/config/recipes/general/recipe-aurora-surface-userns.yml +++ b/config/recipes/general/recipe-aurora-surface-userns.yml @@ -5,7 +5,7 @@ description: "Aurora surface 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/aurora-surface -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-aurora-surface.yml b/config/recipes/general/recipe-aurora-surface.yml index df4bce1..6db521a 100644 --- a/config/recipes/general/recipe-aurora-surface.yml +++ b/config/recipes/general/recipe-aurora-surface.yml @@ -5,7 +5,7 @@ description: "Aurora surface 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/aurora-surface -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-bluefin-dx-main-userns.yml b/config/recipes/general/recipe-bluefin-dx-main-userns.yml index a86c614..31f92a2 100644 --- a/config/recipes/general/recipe-bluefin-dx-main-userns.yml +++ b/config/recipes/general/recipe-bluefin-dx-main-userns.yml @@ -5,7 +5,7 @@ description: "Bluefin-dx 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/bluefin-dx -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-bluefin-dx-nvidia-userns.yml b/config/recipes/general/recipe-bluefin-dx-nvidia-userns.yml index ce7b701..f4d8145 100644 --- a/config/recipes/general/recipe-bluefin-dx-nvidia-userns.yml +++ b/config/recipes/general/recipe-bluefin-dx-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "Bluefin-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/ublue-os/bluefin-dx-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-bluefin-main-userns.yml b/config/recipes/general/recipe-bluefin-main-userns.yml index 0eb500f..d61def6 100644 --- a/config/recipes/general/recipe-bluefin-main-userns.yml +++ b/config/recipes/general/recipe-bluefin-main-userns.yml @@ -5,7 +5,7 @@ description: "Bluefin 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/bluefin -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-bluefin-main.yml b/config/recipes/general/recipe-bluefin-main.yml index 72b4bd5..fc6ebc2 100644 --- a/config/recipes/general/recipe-bluefin-main.yml +++ b/config/recipes/general/recipe-bluefin-main.yml @@ -5,7 +5,7 @@ description: "Bluefin 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/bluefin -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-bluefin-nvidia-userns.yml b/config/recipes/general/recipe-bluefin-nvidia-userns.yml index 0f38920..0bea3d9 100644 --- a/config/recipes/general/recipe-bluefin-nvidia-userns.yml +++ b/config/recipes/general/recipe-bluefin-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "Bluefin 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/bluefin-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-bluefin-nvidia.yml b/config/recipes/general/recipe-bluefin-nvidia.yml index ea84120..5155d91 100644 --- a/config/recipes/general/recipe-bluefin-nvidia.yml +++ b/config/recipes/general/recipe-bluefin-nvidia.yml @@ -5,7 +5,7 @@ description: "Bluefin 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/bluefin-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-cinnamon-main-userns.yml b/config/recipes/general/recipe-cinnamon-main-userns.yml index 0b1e2bf..05e89ec 100644 --- a/config/recipes/general/recipe-cinnamon-main-userns.yml +++ b/config/recipes/general/recipe-cinnamon-main-userns.yml @@ -4,8 +4,8 @@ name: cinnamon-main-userns-hardened description: "Cinnamon 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/cinnamon-main -image-version: 39 +base-image: ghcr.io/legacy-images/cinnamon-main +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-cinnamon-main.yml b/config/recipes/general/recipe-cinnamon-main.yml index 87f3fc1..9df8a94 100644 --- a/config/recipes/general/recipe-cinnamon-main.yml +++ b/config/recipes/general/recipe-cinnamon-main.yml @@ -4,8 +4,8 @@ name: cinnamon-main-hardened description: "Cinnamon 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/cinnamon-main -image-version: 39 +base-image: ghcr.io/legacy-images/cinnamon-main +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-cinnamon-nvidia-userns.yml b/config/recipes/general/recipe-cinnamon-nvidia-userns.yml index c3e817c..d077892 100644 --- a/config/recipes/general/recipe-cinnamon-nvidia-userns.yml +++ b/config/recipes/general/recipe-cinnamon-nvidia-userns.yml @@ -4,8 +4,8 @@ name: cinnamon-nvidia-userns-hardened description: "Cinnamon 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/cinnamon-nvidia -image-version: 39 +base-image: ghcr.io/legacy-images/cinnamon-nvidia +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-cinnamon-nvidia.yml b/config/recipes/general/recipe-cinnamon-nvidia.yml index 8dcc1a3..3c97fa4 100644 --- a/config/recipes/general/recipe-cinnamon-nvidia.yml +++ b/config/recipes/general/recipe-cinnamon-nvidia.yml @@ -4,8 +4,8 @@ name: cinnamon-nvidia-hardened description: "Cinnamon 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/cinnamon-nvidia -image-version: 39 +base-image: ghcr.io/legacy-images/cinnamon-nvidia +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-kinoite-main-userns.yml b/config/recipes/general/recipe-kinoite-main-userns.yml index 255695c..6f08b6c 100644 --- a/config/recipes/general/recipe-kinoite-main-userns.yml +++ b/config/recipes/general/recipe-kinoite-main-userns.yml @@ -5,7 +5,7 @@ description: "Kinoite 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/kinoite-main -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-kinoite-main.yml b/config/recipes/general/recipe-kinoite-main.yml index 1ed9be1..e4a91ed 100644 --- a/config/recipes/general/recipe-kinoite-main.yml +++ b/config/recipes/general/recipe-kinoite-main.yml @@ -5,7 +5,7 @@ description: "Kinoite 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/kinoite-main -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-kinoite-nvidia-userns.yml b/config/recipes/general/recipe-kinoite-nvidia-userns.yml index b9ebe08..46d4eee 100644 --- a/config/recipes/general/recipe-kinoite-nvidia-userns.yml +++ b/config/recipes/general/recipe-kinoite-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "Kinoite 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/kinoite-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-kinoite-nvidia.yml b/config/recipes/general/recipe-kinoite-nvidia.yml index 49c39f9..d860ed1 100644 --- a/config/recipes/general/recipe-kinoite-nvidia.yml +++ b/config/recipes/general/recipe-kinoite-nvidia.yml @@ -5,7 +5,7 @@ description: "Kinoite 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/kinoite-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-sericea-main-userns.yml b/config/recipes/general/recipe-sericea-main-userns.yml index 69b5de0..53421f1 100644 --- a/config/recipes/general/recipe-sericea-main-userns.yml +++ b/config/recipes/general/recipe-sericea-main-userns.yml @@ -5,7 +5,7 @@ description: "sericea 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/sericea-main -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-sericea-main.yml b/config/recipes/general/recipe-sericea-main.yml index adb6a48..b8f43ec 100644 --- a/config/recipes/general/recipe-sericea-main.yml +++ b/config/recipes/general/recipe-sericea-main.yml @@ -5,7 +5,7 @@ description: "sericea 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/sericea-main -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-sericea-nvidia-userns.yml b/config/recipes/general/recipe-sericea-nvidia-userns.yml index 990d261..5046b02 100644 --- a/config/recipes/general/recipe-sericea-nvidia-userns.yml +++ b/config/recipes/general/recipe-sericea-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "sericea 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/sericea-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-sericea-nvidia.yml b/config/recipes/general/recipe-sericea-nvidia.yml index de08c13..7347bff 100644 --- a/config/recipes/general/recipe-sericea-nvidia.yml +++ b/config/recipes/general/recipe-sericea-nvidia.yml @@ -5,7 +5,7 @@ description: "sericea 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/sericea-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-silverblue-main-userns.yml b/config/recipes/general/recipe-silverblue-main-userns.yml index f6d74fa..fe3b581 100644 --- a/config/recipes/general/recipe-silverblue-main-userns.yml +++ b/config/recipes/general/recipe-silverblue-main-userns.yml @@ -5,7 +5,7 @@ description: "Silverblue 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/silverblue-main -image-version: 39 # latest is also supported if you want new updates ASAP +image-version: 40 # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-silverblue-main.yml b/config/recipes/general/recipe-silverblue-main.yml index 33bd170..698c066 100644 --- a/config/recipes/general/recipe-silverblue-main.yml +++ b/config/recipes/general/recipe-silverblue-main.yml @@ -5,7 +5,7 @@ description: "Silverblue 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/silverblue-main -image-version: 39 # latest is also supported if you want new updates ASAP +image-version: 40 # latest is also supported if you want new updates ASAP # module configuration, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-silverblue-nvidia-userns.yml b/config/recipes/general/recipe-silverblue-nvidia-userns.yml index 156e222..bd3849e 100644 --- a/config/recipes/general/recipe-silverblue-nvidia-userns.yml +++ b/config/recipes/general/recipe-silverblue-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "Silverblue 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/silverblue-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-silverblue-nvidia.yml b/config/recipes/general/recipe-silverblue-nvidia.yml index 460ec2d..b465ae3 100644 --- a/config/recipes/general/recipe-silverblue-nvidia.yml +++ b/config/recipes/general/recipe-silverblue-nvidia.yml @@ -5,7 +5,7 @@ description: "Silverblue 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/silverblue-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-hyprland-main-userns.yml b/config/recipes/general/recipe-wayblue-hyprland-main-userns.yml index 2ef190f..cc4007a 100644 --- a/config/recipes/general/recipe-wayblue-hyprland-main-userns.yml +++ b/config/recipes/general/recipe-wayblue-hyprland-main-userns.yml @@ -5,7 +5,7 @@ description: "wayblue hyprland main with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/hyprland -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-hyprland-main.yml b/config/recipes/general/recipe-wayblue-hyprland-main.yml index e55d4be..afa67f9 100644 --- a/config/recipes/general/recipe-wayblue-hyprland-main.yml +++ b/config/recipes/general/recipe-wayblue-hyprland-main.yml @@ -5,7 +5,7 @@ description: "wayblue hyprland main with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/hyprland -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-hyprland-nvidia-userns.yml b/config/recipes/general/recipe-wayblue-hyprland-nvidia-userns.yml index 6fda84d..3d23ba8 100644 --- a/config/recipes/general/recipe-wayblue-hyprland-nvidia-userns.yml +++ b/config/recipes/general/recipe-wayblue-hyprland-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "wayblue hyprland nvidia with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/hyprland-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-hyprland-nvidia.yml b/config/recipes/general/recipe-wayblue-hyprland-nvidia.yml index 6622ffb..de43b7b 100644 --- a/config/recipes/general/recipe-wayblue-hyprland-nvidia.yml +++ b/config/recipes/general/recipe-wayblue-hyprland-nvidia.yml @@ -5,7 +5,7 @@ description: "wayblue hyprland nvidia with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/hyprland-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-river-main-userns.yml b/config/recipes/general/recipe-wayblue-river-main-userns.yml index 215cdd8..d8035ab 100644 --- a/config/recipes/general/recipe-wayblue-river-main-userns.yml +++ b/config/recipes/general/recipe-wayblue-river-main-userns.yml @@ -5,7 +5,7 @@ description: "wayblue river main with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/river -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-river-main.yml b/config/recipes/general/recipe-wayblue-river-main.yml index 1a6d620..ade18ff 100644 --- a/config/recipes/general/recipe-wayblue-river-main.yml +++ b/config/recipes/general/recipe-wayblue-river-main.yml @@ -5,7 +5,7 @@ description: "wayblue river main with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/river -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-river-nvidia-userns.yml b/config/recipes/general/recipe-wayblue-river-nvidia-userns.yml index e4341b6..733f170 100644 --- a/config/recipes/general/recipe-wayblue-river-nvidia-userns.yml +++ b/config/recipes/general/recipe-wayblue-river-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "wayblue river nvidia with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/river-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-river-nvidia.yml b/config/recipes/general/recipe-wayblue-river-nvidia.yml index 7654b9b..2087552 100644 --- a/config/recipes/general/recipe-wayblue-river-nvidia.yml +++ b/config/recipes/general/recipe-wayblue-river-nvidia.yml @@ -5,7 +5,7 @@ description: "wayblue river nvidia with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/river-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-sway-main-userns.yml b/config/recipes/general/recipe-wayblue-sway-main-userns.yml index a7f0633..99adb27 100644 --- a/config/recipes/general/recipe-wayblue-sway-main-userns.yml +++ b/config/recipes/general/recipe-wayblue-sway-main-userns.yml @@ -5,7 +5,7 @@ description: "wayblue sway main with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/sway -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-sway-main.yml b/config/recipes/general/recipe-wayblue-sway-main.yml index 5b625a4..76287f5 100644 --- a/config/recipes/general/recipe-wayblue-sway-main.yml +++ b/config/recipes/general/recipe-wayblue-sway-main.yml @@ -5,7 +5,7 @@ description: "wayblue sway main with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/sway -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-sway-nvidia-userns.yml b/config/recipes/general/recipe-wayblue-sway-nvidia-userns.yml index 345f46e..032525d 100644 --- a/config/recipes/general/recipe-wayblue-sway-nvidia-userns.yml +++ b/config/recipes/general/recipe-wayblue-sway-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "wayblue sway nvidia with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/sway-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-sway-nvidia.yml b/config/recipes/general/recipe-wayblue-sway-nvidia.yml index 5bf758a..7f6e5a5 100644 --- a/config/recipes/general/recipe-wayblue-sway-nvidia.yml +++ b/config/recipes/general/recipe-wayblue-sway-nvidia.yml @@ -5,7 +5,7 @@ description: "wayblue sway nvidia with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/sway-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-wayfire-main-userns.yml b/config/recipes/general/recipe-wayblue-wayfire-main-userns.yml index 479deff..621bdbe 100644 --- a/config/recipes/general/recipe-wayblue-wayfire-main-userns.yml +++ b/config/recipes/general/recipe-wayblue-wayfire-main-userns.yml @@ -5,7 +5,7 @@ description: "wayblue wayfire main with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/wayfire -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-wayfire-main.yml b/config/recipes/general/recipe-wayblue-wayfire-main.yml index a495ca1..1c8d0a8 100644 --- a/config/recipes/general/recipe-wayblue-wayfire-main.yml +++ b/config/recipes/general/recipe-wayblue-wayfire-main.yml @@ -5,7 +5,7 @@ description: "wayblue wayfire main with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/wayfire -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-wayfire-nvidia-userns.yml b/config/recipes/general/recipe-wayblue-wayfire-nvidia-userns.yml index 44dde11..ebd79d1 100644 --- a/config/recipes/general/recipe-wayblue-wayfire-nvidia-userns.yml +++ b/config/recipes/general/recipe-wayblue-wayfire-nvidia-userns.yml @@ -5,7 +5,7 @@ description: "wayblue wayfire nvidia with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/wayfire-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module diff --git a/config/recipes/general/recipe-wayblue-wayfire-nvidia.yml b/config/recipes/general/recipe-wayblue-wayfire-nvidia.yml index 32a3ae5..8681c66 100644 --- a/config/recipes/general/recipe-wayblue-wayfire-nvidia.yml +++ b/config/recipes/general/recipe-wayblue-wayfire-nvidia.yml @@ -5,7 +5,7 @@ description: "wayblue wayfire nvidia with some hardening applied" # the base image to build on top of (FROM) and the version tag to use base-image: ghcr.io/wayblueorg/wayfire-nvidia -image-version: 39 +image-version: 40 # list of modules, executed in order # you can include multiple instances of the same module