chore: replace URLs with ublue-os/bling
This commit is contained in:
parent
1d50642f88
commit
c6aea9234c
11 changed files with 35 additions and 32 deletions
13
README.md
13
README.md
|
|
@ -1,21 +1,23 @@
|
|||
# bling
|
||||
|
||||
[](https://github.com/ublue-os/bling/actions/workflows/build.yml)
|
||||
[](https://github.com/blue-build/modules/actions/workflows/build.yml)
|
||||
|
||||
This repository containes modules to use in recipe.yml. See list of modules in [./modules](./modules/)
|
||||
|
||||
## Usage
|
||||
|
||||
You can add this to your Containerfile to copy the modules from this image over:
|
||||
|
||||
```dockerfile
|
||||
COPY --from=ghcr.io/ublue-os/bling:latest /modules /tmp/modules/
|
||||
COPY --from=ghcr.io/blue-build/modules:latest /modules /tmp/modules/
|
||||
```
|
||||
|
||||
## Verification
|
||||
|
||||
These images are signed with sisgstore's [cosign](https://docs.sigstore.dev/cosign/overview/). You can verify the signature by downloading the `cosign.pub` key from this repo and running the following command:
|
||||
|
||||
```sh
|
||||
cosign verify --key cosign.pub ghcr.io/ublue-os/bling
|
||||
cosign verify --key cosign.pub ghcr.io/blue-build/modules
|
||||
```
|
||||
|
||||
## See what is in this image
|
||||
|
|
@ -25,7 +27,7 @@ cosign verify --key cosign.pub ghcr.io/ublue-os/bling
|
|||
NOTE: This makes it so you need to extract everything from the base image!
|
||||
|
||||
```sh
|
||||
podman save ghcr.io/ublue-os/bling:latest -o bling.tar
|
||||
podman save ghcr.io/blue-build/modules:latest -o bling.tar
|
||||
tar xf bling.tar && rm bling.tar
|
||||
tar xf *.tar
|
||||
```
|
||||
|
|
@ -35,6 +37,7 @@ This should extract the image in a way that you can see everything in it!
|
|||
### Using [Dive](https://github.com/wagoodman/dive)
|
||||
|
||||
This method allows you to inspect the image through a TUI
|
||||
|
||||
```sh
|
||||
dive ghcr.io/ublue-os/bling:latest
|
||||
dive ghcr.io/blue-build/modules:latest
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue