Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spec: Add cached update metadata #248

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Commits on Jan 2, 2024

  1. spec: Add cached update metadata

    In ostreedev/ostree-rs-ext#537 we
    added a facility to cache metadata (manifest+config) for
    container image updates with an eye for use in rpm-ostree.
    
    The `bootc update --check` code here in bootc was also
    updated to use it; but we didn't really expose it back in
    the status.
    
    This closes the gap, just bridging the cached update metadata
    into status.  We want to do this as opposed to having
    `bootc update --check` grow its own API for example.
    
    Closes: containers#247
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b4a0145 View commit details
    Browse the repository at this point in the history