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

compose: Fix handling of base rev #3562

Merged
merged 1 commit into from
Apr 1, 2022
Merged

Commits on Mar 31, 2022

  1. compose: Fix handling of base rev

    I definitely tested the previous patch (and so did Joseph)
    but I am fearing that I did further cleanup before pushing
    that broke it.
    
    What we're seeing right now is a segfault trying to use this with
    RHCOS (which notably doesn't have a `ref` in the treefile).
    
    Anyways, we should only be trying to resolve the base rev in
    the "outside" path, not the in-container path.  (Right now, but
    once we can depend on a newer ostree inside the container we can
    actually make this all work symmetrically)
    cgwalters committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    daeb323 View commit details
    Browse the repository at this point in the history