Skip to content

Commit

Permalink
docs: tweaking descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Jan 18, 2024
1 parent 5e5b484 commit 262f543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,11 @@ jobs:
- image_version: ${{ needs.stream_info.outputs.version }}
- pr_prefix: ${{ needs.workflow_info.outputs.pr_prefix }}
- image_suffix: "-minimal"
description: An OCI image of Fedora CoreOS with batteries included
description: An OCI image of Fedora CoreOS with a few extra tools and suitable for running in a VM
- image_suffix: ""
description: An OCI image of Fedora CoreOS with batteries and storage tools included
description: An OCI image of Fedora CoreOS with a few extra tools, hardware support, and storage utilities
- image_suffix: "-hci"
description: A hyper-converged infrastructure OCI image of Fedora CoreOS with batteries included
description: A hyper-converged infrastructure OCI image of Fedora CoreOS (storage + hypervisor)

steps:
# Checkout push-to-registry action GitHub repository
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ This image builds on `ucore-minimal` but adds drivers, storage tools and utiliti

### `ucore-hci`

Hyper-Coverged Infrastructure(HCI) refers to storage and virtualization in one place... This image primarily adds the virtualization stack.
Hyper-Coverged Infrastructure(HCI) refers to storage and hypervisor in one place... This image primarily adds libvirt tools for virtualization.

- Starts with a [`ucore`](#ucore) image providing everything above, plus:
- Adds the following:
Expand Down

0 comments on commit 262f543

Please sign in to comment.