mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 11:28:06 +00:00
chore: remove deprecated server images
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -55,10 +55,6 @@ jobs:
|
||||
- asus/recipe-aurora-asus.yml
|
||||
- asus/recipe-aurora-asus-nvidia.yml
|
||||
# server
|
||||
- server/recipe-server-main.yml
|
||||
- server/recipe-server-nvidia.yml
|
||||
- server/recipe-server-zfs-main.yml
|
||||
- server/recipe-server-zfs-nvidia.yml
|
||||
- securecore/recipe-securecore-main.yml
|
||||
- securecore/recipe-securecore-nvidia.yml
|
||||
- securecore/recipe-securecore-zfs-main.yml
|
||||
@@ -105,10 +101,6 @@ jobs:
|
||||
- asus/recipe-aurora-dx-asus-userns.yml
|
||||
- asus/recipe-aurora-dx-asus-nvidia-userns.yml
|
||||
# server
|
||||
- server/recipe-server-main-userns.yml
|
||||
- server/recipe-server-nvidia-userns.yml
|
||||
- server/recipe-server-zfs-main-userns.yml
|
||||
- server/recipe-server-zfs-nvidia-userns.yml
|
||||
- securecore/recipe-securecore-main-userns.yml
|
||||
- securecore/recipe-securecore-nvidia-userns.yml
|
||||
- securecore/recipe-securecore-zfs-main-userns.yml
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
name: server-main-userns-hardened
|
||||
|
||||
description: "ucore with some hardening applied"
|
||||
|
||||
base-image: ghcr.io/ublue-os/ucore-minimal
|
||||
|
||||
image-version: testing
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/non-cosmic-scripts.yml
|
||||
- from-file: common/server-packages.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/server-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
@@ -1,18 +0,0 @@
|
||||
name: server-main-hardened
|
||||
|
||||
description: "ucore with some hardening applied"
|
||||
|
||||
base-image: ghcr.io/ublue-os/ucore-minimal
|
||||
|
||||
image-version: testing
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/non-cosmic-scripts.yml
|
||||
- from-file: common/server-packages.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/server-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
@@ -1,17 +0,0 @@
|
||||
name: server-nvidia-userns-hardened
|
||||
|
||||
description: "ucore nvidia with some hardening applied"
|
||||
|
||||
base-image: ghcr.io/ublue-os/ucore-minimal
|
||||
|
||||
image-version: testing-nvidia
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/non-cosmic-scripts.yml
|
||||
- from-file: common/server-packages.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/server-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
@@ -1,18 +0,0 @@
|
||||
name: server-nvidia-hardened
|
||||
|
||||
description: "ucore nvidia with some hardening applied"
|
||||
|
||||
base-image: ghcr.io/ublue-os/ucore-minimal
|
||||
|
||||
image-version: testing-nvidia
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/non-cosmic-scripts.yml
|
||||
- from-file: common/server-packages.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/server-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
@@ -1,17 +0,0 @@
|
||||
name: server-zfs-main-userns-hardened
|
||||
|
||||
description: "ucore zfs with some hardening applied"
|
||||
|
||||
base-image: ghcr.io/ublue-os/ucore-minimal
|
||||
|
||||
image-version: testing-zfs
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/non-cosmic-scripts.yml
|
||||
- from-file: common/server-packages.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/server-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
@@ -1,18 +0,0 @@
|
||||
name: server-zfs-main-hardened
|
||||
|
||||
description: "ucore zfs with some hardening applied"
|
||||
|
||||
base-image: ghcr.io/ublue-os/ucore-minimal
|
||||
|
||||
image-version: testing-zfs
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/non-cosmic-scripts.yml
|
||||
- from-file: common/server-packages.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/server-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
@@ -1,17 +0,0 @@
|
||||
name: server-zfs-nvidia-userns-hardened
|
||||
|
||||
description: "ucore zfs nvidia with some hardening applied"
|
||||
|
||||
base-image: ghcr.io/ublue-os/ucore-minimal
|
||||
|
||||
image-version: testing-nvidia-zfs
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/non-cosmic-scripts.yml
|
||||
- from-file: common/server-packages.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/server-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
@@ -1,18 +0,0 @@
|
||||
name: server-zfs-nvidia-hardened
|
||||
|
||||
description: "ucore zfs nvidia with some hardening applied"
|
||||
|
||||
base-image: ghcr.io/ublue-os/ucore-minimal
|
||||
|
||||
image-version: testing-nvidia-zfs
|
||||
|
||||
modules:
|
||||
- from-file: common/initialization-scripts.yml
|
||||
- from-file: common/common-packages.yml
|
||||
- from-file: common/non-cosmic-scripts.yml
|
||||
- from-file: common/server-packages.yml
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/server-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
Reference in New Issue
Block a user