From d5f49ebb195c18ba01d9f0a7a32212ed542fe9dd Mon Sep 17 00:00:00 2001 From: nobody's watching Date: Mon, 6 Jan 2025 21:48:23 -0800 Subject: [PATCH] fix to securecore --- recipes/HyperCore.yml | 2 +- recipes/OS/HyperCore-NVIDIA.yml | 2 +- recipes/OS/HyperCore.yml | 2 +- recipes/common/base-packages.yml | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes/HyperCore.yml b/recipes/HyperCore.yml index 34f37eb..46b7ca8 100644 --- a/recipes/HyperCore.yml +++ b/recipes/HyperCore.yml @@ -4,7 +4,7 @@ name: HyperCore description: An OS designed for cloud-native, hyper-converged environments, blending virtualization, storage, and compute into one seamless platform. # the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/ucore +base-image: ghcr.io/secureblue/securecore-main-hardened image-version: stable # latest is also supported if you want new updates ASAP # module configuration, executed in order diff --git a/recipes/OS/HyperCore-NVIDIA.yml b/recipes/OS/HyperCore-NVIDIA.yml index 7b009b0..818407c 100644 --- a/recipes/OS/HyperCore-NVIDIA.yml +++ b/recipes/OS/HyperCore-NVIDIA.yml @@ -4,7 +4,7 @@ name: hypercore-nvidia description: An OS designed for cloud-native, hyper-converged environments, blending virtualization, storage, and compute into one seamless platform. # the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/ucore +base-image: ghcr.io/secureblue/securecore-nvidia-hardened image-version: stable-nvidia # latest is also supported if you want new updates ASAP # module configuration, executed in order diff --git a/recipes/OS/HyperCore.yml b/recipes/OS/HyperCore.yml index c4826a1..78eb2eb 100644 --- a/recipes/OS/HyperCore.yml +++ b/recipes/OS/HyperCore.yml @@ -4,7 +4,7 @@ name: hypercore description: An OS designed for cloud-native, hyper-converged environments, blending virtualization, storage, and compute into one seamless platform. # the base image to build on top of (FROM) and the version tag to use -base-image: ghcr.io/ublue-os/ucore +base-image: ghcr.io/secureblue/securecore-main-hardened image-version: stable # latest is also supported if you want new updates ASAP # module configuration, executed in order diff --git a/recipes/common/base-packages.yml b/recipes/common/base-packages.yml index ee872af..c3572db 100644 --- a/recipes/common/base-packages.yml +++ b/recipes/common/base-packages.yml @@ -1,5 +1,4 @@ type: rpm-ostree -repos: install: - cockpit-machines - xen