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

install: Work around bootc-image-builder using /run/osbuild/containers #737

Merged
merged 2 commits into from
Jul 29, 2024

Commits on Jul 26, 2024

  1. install: Factor out an osbuild module

    Unfortunately the interactions/workarounds here are going to grow, so make
    a module to encapsulate them.
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1dc7dc8 View commit details
    Browse the repository at this point in the history
  2. install: Work around bootc-image-builder using /run/osbuild/containers

    xref: osbuild/bootc-image-builder#560
    
    Basically osbuild/bib puts the host `/var/lib/containers` at
    `/run/osbuild/containers`. If we detect this situation, bind
    mount it to `/var/lib/containers` so that the container
    stack we invoke at install time can find logically bound
    images.
    
    Closes: containers#715
    
    Signed-off-by: Colin Walters <walters@verbum.org>
    cgwalters committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    aaf0d7e View commit details
    Browse the repository at this point in the history