Updated readme
This commit is contained in:
18
README.md
18
README.md
@@ -1,8 +1,6 @@
|
|||||||
# hydro-os [](https://github.com/eriq12/hydro-os/actions/workflows/build.yml)
|
# hydro-os [](https://github.com/eriq12/hydro-os/actions/workflows/build.yml)
|
||||||
|
|
||||||
See the [BlueBuild docs](https://blue-build.org/how-to/setup/) for quick setup instructions for setting up your own repository based on this template.
|
This is a personal OS distro that I am using to learn more about the technolgies behind Bluebuild and possibly to later learn about hosting a git server, container repositiories, and actions.
|
||||||
|
|
||||||
After setup, it is recommended you update this README to describe your custom image.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -28,16 +26,4 @@ To rebase an existing atomic Fedora installation to the latest build:
|
|||||||
systemctl reboot
|
systemctl reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
The `latest` tag will automatically point to the latest build. That build will still always use the Fedora version specified in `recipe.yml`, so you won't get accidentally updated to the next major version.
|
The `latest` tag will automatically point to the latest build. That build will still always use the Fedora version specified in `recipe.yml`, so you won't get accidentally updated to the next major version.
|
||||||
|
|
||||||
## ISO
|
|
||||||
|
|
||||||
If build on Fedora Atomic, you can generate an offline ISO with the instructions available [here](https://blue-build.org/learn/universal-blue/#fresh-install-from-an-iso). These ISOs cannot unfortunately be distributed on GitHub for free due to large sizes, so for public projects something else has to be used for hosting.
|
|
||||||
|
|
||||||
## Verification
|
|
||||||
|
|
||||||
These images are signed with [Sigstore](https://www.sigstore.dev/)'s [cosign](https://github.com/sigstore/cosign). You can verify the signature by downloading the `cosign.pub` file from this repo and running the following command:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cosign verify --key cosign.pub ghcr.io/eriq12/hydro-os
|
|
||||||
```
|
|
Reference in New Issue
Block a user