Skip to content

Commit

Permalink
rpm-ostree/cli_status: support local OCI deployments
Browse files Browse the repository at this point in the history
Add support for local OCI deployements, no longer erroring out.

Use the `ostree-ext` crate to parse the ostree image reference properly.
This will allow zincati to query the OCI graph and rebase to OCI images
for updates.

Also change the base-commit-meta object to support the OCI case where
this is actually an escaped serialized OCI manifest.
Use the `oci-spec` crate to deserialize it and extract the core os
stream info from the base OCI annotations.
This works around coreos/rpm-ostree#5196
  • Loading branch information
jbtrystram committed Feb 7, 2025
1 parent 44a0493 commit ddc7085
Show file tree
Hide file tree
Showing 4 changed files with 1,003 additions and 42 deletions.
Loading

0 comments on commit ddc7085

Please sign in to comment.