-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yumdnf: Add a
yum image rebase
subcommand
This wraps `rpm-ostree rebase --experimental <container>` - but notice that it *only* supports container flows. While here, we also remove the confusing `ostree-unverified-registry:` type prefix strings. Instead, the new happy path for a *signed* image (via e.g. sigstore) looks just like `yum image rebase quay.io/examplecorp/my-coreos:latest` and that's it! Instead of the string prefixes here, we have e.g. `yum image rebase --no-signature-verification quay.io/examplecorp/my-coreos:latest` which *translates* today to the existing `rpm-ostree rebase ostree-unverified-registry:quay.io/examplecorp/my-coreos:latest` The high level goal here is that in a cliwrap-based world, to get away from typing `rpm-ostree` and more broadly rebrand this interface and flow as "image-based yum".
- Loading branch information
Showing
1 changed file
with
94 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters