Can I rebase using a custom image, that is built from the same image I am using?
It is the same base, just with custom packages, like hyprland and mosh added
2 Replies
Yup, you can just rebase to your image. It would look something like this
rpm-ostree rebase ostree-unverified-registry:ghcr.io/your-github-user/your-image:latest
I can't remember if you rebase directly to the signed image or not, e.g. "ostree-image-signed:docker://ghcr.io..."
I like to pin the old official image just in case something goes wrongI figure since it is the same base as I am using, then it SHOULD not cause issues in theory 😄