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: Fetch bound images from host's /var/lib/containers #719

Merged
merged 1 commit into from
Jul 23, 2024

Commits on Jul 23, 2024

  1. install: Fetch bound images from host's /var/lib/containers

    Instead of fetching images from the network at install time,
    require them to be present in the host's container storage
    (the same place we expect to find the bootc image).
    
    There are numerous advantages to this, such as the basic
    fact that this helps one avoid re-pulling images at
    each install.
    
    But more importantly it aligns with the needs of "hermetic builds"
    which want to pre-fetch content from the network into the target
    environment.
    
    For example when generating a disk image with bootc-image-builder
    or so, a build tool can consistently preload all the input
    images (including the bootc base) into the container store,
    and know that the install process to generate the disk
    will use those images.
    
    Signed-off-by: Colin Walters <[email protected]>
    cgwalters committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e2f833f View commit details
    Browse the repository at this point in the history