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

Add deploy-via-container key for image.yaml #2523

Merged
merged 2 commits into from
Nov 9, 2021

Commits on Nov 2, 2021

  1. create_disk: Initialize stateroot earlier

    We can do this earlier rather than intermixing it with
    the pull/deploy.  Prep for further work.
    cgwalters committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    7becfc8 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Add deploy-via-container and container-imgref keys for image.yaml

    This builds on the `image-format: oci` key to switch to using
    the new ostree-container code to do the deployment (via rpm-ostree).
    
    Unlike the above though, this is not something we can turn on
    by default until we intend to hard cut over to fetching updates
    via containers.
    
    The intention is to use this to produce image builds that are
    initially provisioned via a container image so that we can more
    easily experiment with the "container native" flow.
    
    A side note; I suspect this will indirectly fix
    openshift/os#594
    because now we're opening a single large file and pulling that
    over virtio instead of lots of smaller files.
    cgwalters committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    d11dd39 View commit details
    Browse the repository at this point in the history