mirror of
				https://github.com/optim-enterprises-bv/secureblue.git
				synced 2025-10-31 02:17:45 +00:00 
			
		
		
		
	feat: upgrade to f40 (#264)
This commit is contained in:
		
							
								
								
									
										10
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -114,7 +114,7 @@ jobs: | |||||||
|           echo "BASE_IMAGE_NAME=$(echo $BASE_IMAGE | sed 's/.*\/.*\///')" >> $GITHUB_ENV |           echo "BASE_IMAGE_NAME=$(echo $BASE_IMAGE | sed 's/.*\/.*\///')" >> $GITHUB_ENV | ||||||
|  |  | ||||||
|       - name: Verify base image |       - 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 |         uses: EyeCantCU/cosign-action/verify@v0.2.2 | ||||||
|         with: |         with: | ||||||
|           containers: ${{ env.BASE_IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }} |           containers: ${{ env.BASE_IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }} | ||||||
| @@ -127,6 +127,14 @@ jobs: | |||||||
|           registry: 'ghcr.io/wayblueorg' |           registry: 'ghcr.io/wayblueorg' | ||||||
|           pubkey: 'https://raw.githubusercontent.com/wayblueorg/wayblue/live/cosign.pub' |           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 |       - name: Build secureblue | ||||||
|         uses: blue-build/github-action@v1.3.0 |         uses: blue-build/github-action@v1.3.0 | ||||||
|         with: |         with: | ||||||
|   | |||||||
| @@ -3,6 +3,3 @@ remove: | |||||||
|   - kde-connect |   - kde-connect | ||||||
|   - kde-connect-libs |   - kde-connect-libs | ||||||
|   - kdeconnectd |   - kdeconnectd | ||||||
|   - kf5-akonadi-server |  | ||||||
|   - kf5-akonadi-server-mysql |  | ||||||
|   - qt5-qdbusviewer |  | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora-asus-nvidia | base-image: ghcr.io/ublue-os/aurora-asus-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora-asus-nvidia | base-image: ghcr.io/ublue-os/aurora-asus-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora-asus | base-image: ghcr.io/ublue-os/aurora-asus | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora-asus | base-image: ghcr.io/ublue-os/aurora-asus | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # 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 | base-image: ghcr.io/ublue-os/aurora-dx-asus-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora-dx-asus | base-image: ghcr.io/ublue-os/aurora-dx-asus | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/kinoite-asus-nvidia | base-image: ghcr.io/ublue-os/kinoite-asus-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/kinoite-asus-nvidia | base-image: ghcr.io/ublue-os/kinoite-asus-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/kinoite-asus | 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 | # module configuration, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/kinoite-asus | 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 | # module configuration, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/silverblue-asus-nvidia | base-image: ghcr.io/ublue-os/silverblue-asus-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/silverblue-asus-nvidia | base-image: ghcr.io/ublue-os/silverblue-asus-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/silverblue-asus | 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 | # module configuration, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/silverblue-asus | 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 | # module configuration, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora-dx | base-image: ghcr.io/ublue-os/aurora-dx | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora-dx-nvidia | base-image: ghcr.io/ublue-os/aurora-dx-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # 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 | base-image: ghcr.io/ublue-os/aurora-dx-surface-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora-dx-surface | base-image: ghcr.io/ublue-os/aurora-dx-surface | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora | base-image: ghcr.io/ublue-os/aurora | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora | base-image: ghcr.io/ublue-os/aurora | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora-nvidia | base-image: ghcr.io/ublue-os/aurora-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora-nvidia | base-image: ghcr.io/ublue-os/aurora-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora-surface-nvidia | base-image: ghcr.io/ublue-os/aurora-surface-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora-surface-nvidia | base-image: ghcr.io/ublue-os/aurora-surface-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora-surface | base-image: ghcr.io/ublue-os/aurora-surface | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/aurora-surface | base-image: ghcr.io/ublue-os/aurora-surface | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/bluefin-dx | base-image: ghcr.io/ublue-os/bluefin-dx | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/bluefin-dx-nvidia | base-image: ghcr.io/ublue-os/bluefin-dx-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/bluefin | base-image: ghcr.io/ublue-os/bluefin | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/bluefin | base-image: ghcr.io/ublue-os/bluefin | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/bluefin-nvidia | base-image: ghcr.io/ublue-os/bluefin-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/bluefin-nvidia | base-image: ghcr.io/ublue-os/bluefin-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -4,8 +4,8 @@ name: cinnamon-main-userns-hardened | |||||||
| description: "Cinnamon main with some hardening applied" | description: "Cinnamon main with some hardening applied" | ||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/cinnamon-main | base-image: ghcr.io/legacy-images/cinnamon-main | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -4,8 +4,8 @@ name: cinnamon-main-hardened | |||||||
| description: "Cinnamon main with some hardening applied" | description: "Cinnamon main with some hardening applied" | ||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/cinnamon-main | base-image: ghcr.io/legacy-images/cinnamon-main | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -4,8 +4,8 @@ name: cinnamon-nvidia-userns-hardened | |||||||
| description: "Cinnamon nvidia with some hardening applied" | description: "Cinnamon nvidia with some hardening applied" | ||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/cinnamon-nvidia | base-image: ghcr.io/legacy-images/cinnamon-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -4,8 +4,8 @@ name: cinnamon-nvidia-hardened | |||||||
| description: "Cinnamon nvidia with some hardening applied" | description: "Cinnamon nvidia with some hardening applied" | ||||||
|  |  | ||||||
| # the base image to build on top of (FROM) and the version tag to use | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/cinnamon-nvidia | base-image: ghcr.io/legacy-images/cinnamon-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/kinoite-main | base-image: ghcr.io/ublue-os/kinoite-main | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/kinoite-main | base-image: ghcr.io/ublue-os/kinoite-main | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/kinoite-nvidia | base-image: ghcr.io/ublue-os/kinoite-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/kinoite-nvidia | base-image: ghcr.io/ublue-os/kinoite-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/sericea-main | base-image: ghcr.io/ublue-os/sericea-main | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/sericea-main | base-image: ghcr.io/ublue-os/sericea-main | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/sericea-nvidia | base-image: ghcr.io/ublue-os/sericea-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/sericea-nvidia | base-image: ghcr.io/ublue-os/sericea-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/silverblue-main | 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 | # module configuration, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/silverblue-main | 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 | # module configuration, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/silverblue-nvidia | base-image: ghcr.io/ublue-os/silverblue-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/ublue-os/silverblue-nvidia | base-image: ghcr.io/ublue-os/silverblue-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/hyprland | base-image: ghcr.io/wayblueorg/hyprland | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/hyprland | base-image: ghcr.io/wayblueorg/hyprland | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/hyprland-nvidia | base-image: ghcr.io/wayblueorg/hyprland-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/hyprland-nvidia | base-image: ghcr.io/wayblueorg/hyprland-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/river | base-image: ghcr.io/wayblueorg/river | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/river | base-image: ghcr.io/wayblueorg/river | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/river-nvidia | base-image: ghcr.io/wayblueorg/river-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/river-nvidia | base-image: ghcr.io/wayblueorg/river-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/sway | base-image: ghcr.io/wayblueorg/sway | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/sway | base-image: ghcr.io/wayblueorg/sway | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/sway-nvidia | base-image: ghcr.io/wayblueorg/sway-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/sway-nvidia | base-image: ghcr.io/wayblueorg/sway-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/wayfire | base-image: ghcr.io/wayblueorg/wayfire | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/wayfire | base-image: ghcr.io/wayblueorg/wayfire | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/wayfire-nvidia | base-image: ghcr.io/wayblueorg/wayfire-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
| @@ -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 | # the base image to build on top of (FROM) and the version tag to use | ||||||
| base-image: ghcr.io/wayblueorg/wayfire-nvidia | base-image: ghcr.io/wayblueorg/wayfire-nvidia | ||||||
| image-version: 39 | image-version: 40 | ||||||
|  |  | ||||||
| # list of modules, executed in order | # list of modules, executed in order | ||||||
| # you can include multiple instances of the same module | # you can include multiple instances of the same module | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 qoijjj
					qoijjj