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

Retrieve bound images when staging new image #659

Merged
merged 1 commit into from
Jul 15, 2024

Commits on Jul 15, 2024

  1. deploy: Retrieve bound images when staging new image

    This parses any file pointed to by a symlink with a
    .container or .image extension found in /usr/lib/bootc/bound-images.d.
    An error is thrown if a systemd specifier is found in the parsed
    fields. It currently only supports the Image and AuthFile fields.
    
    Some known shortcomings are that each image is pulled synchronously.
    It does not do any cleanup during a rollback or if the switch
    fails after pulling an image. The install path also needs to
    pull bound images.
    
    Co-authored-by: Colin Walters <walters@verbum.org>
    Signed-off-by: Chris Kyrouac <ckyrouac@redhat.com>
    Signed-off-by: Colin Walters <walters@verbum.org>
    ckyrouac and cgwalters committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    71febde View commit details
    Browse the repository at this point in the history