Migrate to publishing to self-hosted harbor instance
This commit is contained in:
@@ -11,7 +11,7 @@ For more info, check out the [blue-build homepage](https://blue-build.org/).
|
||||
To rebase an existing Silverblue/Kinoite installation to the latest build:
|
||||
|
||||
```bash
|
||||
sudo rpm-ostree rebase ostree-image-signed:docker://registry.gitlab.com/wunker-bunker/wunker-os/jp-desktop:39
|
||||
sudo bootc switch --enforce-container-sigpolicy harbor.jpnet.dev/wunker-os/<VARIANT>:<TAG>
|
||||
```
|
||||
|
||||
## Verification
|
||||
@@ -19,7 +19,7 @@ sudo rpm-ostree rebase ostree-image-signed:docker://registry.gitlab.com/wunker-b
|
||||
These images are signed with sisgstore's [cosign](https://docs.sigstore.dev/cosign/overview/). You can verify the signature by running the following command:
|
||||
|
||||
```bash
|
||||
cosign verify --certificate-identity "https://gitlab.com/wunker-bunker/wunker-os//.gitlab-ci.yml@refs/heads/main" --certificate-oidc-issuer "https://gitlab.com" registry.gitlab.com/wunker-bunker/wunker-os/<VARIANT>:<TAG>
|
||||
cosign verify --key https://gitlab.com/wunker-bunker/wunker-os/-/raw/main/cosign.pub harbor.jpnet.dev/wunker-os/<VARIANT>:<TAG>
|
||||
```
|
||||
|
||||
Where `VARIANT` is the image from the recipe you choose, and `TAG` is the version of the image.
|
||||
|
||||
Reference in New Issue
Block a user