Skip to content

Commit

Permalink
fix to securecore
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywatchin committed Jan 7, 2025
1 parent bfae5a7 commit d5f49eb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion recipes/HyperCore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion recipes/OS/HyperCore-NVIDIA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion recipes/OS/HyperCore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion recipes/common/base-packages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
type: rpm-ostree
repos:
install:
- cockpit-machines
- xen
Expand Down

0 comments on commit d5f49eb

Please sign in to comment.