Skip to content

Commit 191e3cd

Browse files
committed
rename project
1 parent b3a1e60 commit 191e3cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# bluegap   [![bluebuild build badge](https://github.com/ledif/bluegap/actions/workflows/build.yml/badge.svg)](https://github.com/ledif/bluegap/actions/workflows/build.yml)
1+
# cinnablue   [![bluebuild build badge](https://github.com/ledif/cinnablue/actions/workflows/build.yml/badge.svg)](https://github.com/ledif/cinnablue/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/ledif/bluegap:latest
16+
rpm-ostree rebase ostree-unverified-registry:ghcr.io/ledif/cinnablue: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/ledif/bluegap:latest
24+
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ledif/cinnablue: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/ledif/bluegap
42+
cosign verify --key cosign.pub ghcr.io/ledif/cinnablue
4343
```

recipes/recipe.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
33
# image will be published to ghcr.io/<user>/<name>
4-
name: bluegap
4+
name: cinnablue
55
# description will be included in the image's metadata
66
description: This is my personal OS image.
77

0 commit comments

Comments
 (0)