Skip to content

Commit

Permalink
chore: update image
Browse files Browse the repository at this point in the history
use ghcr.io/ii/corehost:stable
  • Loading branch information
BobyMCbobs committed Feb 19, 2024
1 parent eaa40b0 commit d686621
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ rpm-ostree reset

rebase to the image
```shell
rpm-ostree rebase ostree-unverified-registry:ghcr.io/ii/corehost/corehost:stable
rpm-ostree rebase ostree-unverified-registry:ghcr.io/ii/corehost:stable
```
(as root)
and reboot

then rebase to the signed version
```shell
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ii/corehost/corehost:stable
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/ii/corehost:stable
```

## Making changes
Expand Down Expand Up @@ -69,11 +69,24 @@ sudo podman run \
-v $(pwd)/output:/output \
quay.io/centos-bootc/bootc-image-builder:latest \
--type qcow2 \
ghcr.io/ii/corehost/corehost:stable
ghcr.io/ii/corehost:stable
```

to output to `./output/qcow2/disk.qcow2`.

## Build ISO with isogenerator

```shell
sudo podman run \
--rm --privileged \
-v ./output:/isogenerator/output \
-e IMAGE_REPO="ghcr.io/ii" \
-e IMAGE_NAME="corehost" \
-e VARIANT="coreos" \
-e IMAGE_TAG="stable" \
ghcr.io/ublue-os/isogenerator
```

## Verifying an image

verify an image is signed by this repo's key with the following command
Expand Down

0 comments on commit d686621

Please sign in to comment.