Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markupstart/qwerty
https://github.com/markupstart/qwerty
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/markupstart/qwerty
- Owner: markupstart
- License: apache-2.0
- Created: 2024-05-22T01:05:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T01:44:19.000Z (about 1 month ago)
- Last Synced: 2024-12-12T02:36:40.055Z (about 1 month ago)
- Language: Shell
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
This is my build with things I need on a daily basis.
## Installation
To rebase an existing atomic Fedora installation to the latest build:
- First rebase to the unsigned image, to get the proper signing keys and policies installed:
```
rpm-ostree rebase ostree-unverified-registry:ghcr.io/markupstart/qwerty:latest
```
- Reboot to complete the rebase:
```
systemctl reboot
```
- Then rebase to the signed image, like so:
```
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/markupstart/qwerty:latest
```
- Reboot again to complete the installation
```
systemctl reboot
```
## VerificationThese 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/blue-build/template
```