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

OCI container fixes #1001

Merged
merged 3 commits into from
Jul 15, 2024
Merged

OCI container fixes #1001

merged 3 commits into from
Jul 15, 2024

Commits on Jul 15, 2024

  1. incusd/instance: Fix initial configuration handling for OCI

    The existing logic would reset the volatile keys, most importantly, it
    would reset the idmap volatile keys causing containers to switch to
    fully privileged in some cases.
    
    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    091a878 View commit details
    Browse the repository at this point in the history
  2. client/oci: Add errors for missing skopeo

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    987bd27 View commit details
    Browse the repository at this point in the history
  3. client/oci: Add errors for missing umoci

    Signed-off-by: Stéphane Graber <[email protected]>
    stgraber committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5c01e21 View commit details
    Browse the repository at this point in the history