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

deploy: Don't fail if loading composefs configuration fails due to mi… #3189

Merged
merged 1 commit into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. deploy: Don't fail if loading composefs configuration fails due to mi…

    …ssing keys
    
    When we load the configuration during deploy we don't need to actually
    use the keys, so avoid loading them. This fixes an issue we had where
    this broke the initial deploy becasue of a failure to load the key. In
    our case it fails because the code looks for the config file in the
    deploy dir, but then for the binding key in the real root.
    
    However, even if it were to look for the key in the deploy dir I don't
    think it necessarily has to be in the rootfs, it could be only in the
    initrd.
    
    This fixes ostreedev#3188
    alexlarsson committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b768860 View commit details
    Browse the repository at this point in the history