feat: upgrade to f40 (#264)

This commit is contained in:
qoijjj
2024-04-23 09:01:41 -07:00
committed by GitHub
parent 656bf9b5e2
commit 872596dd73
66 changed files with 77 additions and 72 deletions

View File

@@ -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:

View File

@@ -3,6 +3,3 @@ remove:
- kde-connect
- kde-connect-libs
- kdeconnectd
- kf5-akonadi-server
- kf5-akonadi-server-mysql
- qt5-qdbusviewer

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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