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

overlay.Get(): default to read-only for layers in additionalStores #1123

Merged
merged 2 commits into from
Jan 27, 2022

Commits on Jan 27, 2022

  1. drivers.NaiveDiffDriver.Changes(): mount the parent read-only

    The parent layer, by virtue of being a parent layer isn't going to be
    modified, so default to mounting it read-only.
    
    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    nalind committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    d467d9f View commit details
    Browse the repository at this point in the history
  2. overlay.Get(): default to read-only for layers in additionalStores

    When mounting a layer, if the layer in question lives in an additional
    store, default to mounting it read-only.
    
    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    nalind committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    34afa97 View commit details
    Browse the repository at this point in the history