Skip to content

Commit b075e27

Browse files
committed
chore(automatic): replace all references to template in README
1 parent 3208906 commit b075e27

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BlueBuild Template   [![bluebuild build badge](https://github.com/blue-build/template/actions/workflows/build.yml/badge.svg)](https://github.com/blue-build/template/actions/workflows/build.yml)
1+
# otariinae-os   [![bluebuild build badge](https://github.com/winsdominoes/otariinae-os/actions/workflows/build.yml/badge.svg)](https://github.com/winsdominoes/otariinae-os/actions/workflows/build.yml)
22

33
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.
44

@@ -13,15 +13,15 @@ To rebase an existing atomic Fedora installation to the latest build:
1313

1414
- First rebase to the unsigned image, to get the proper signing keys and policies installed:
1515
```
16-
rpm-ostree rebase ostree-unverified-registry:ghcr.io/blue-build/template:latest
16+
rpm-ostree rebase ostree-unverified-registry:ghcr.io/winsdominoes/otariinae-os:latest
1717
```
1818
- Reboot to complete the rebase:
1919
```
2020
systemctl reboot
2121
```
2222
- Then rebase to the signed image, like so:
2323
```
24-
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/blue-build/template:latest
24+
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/winsdominoes/otariinae-os:latest
2525
```
2626
- Reboot again to complete the installation
2727
```
@@ -39,5 +39,5 @@ If build on Fedora Atomic, you can generate an offline ISO with the instructions
3939
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:
4040

4141
```bash
42-
cosign verify --key cosign.pub ghcr.io/blue-build/template
42+
cosign verify --key cosign.pub ghcr.io/winsdominoes/otariinae-os
4343
```

0 commit comments

Comments
 (0)