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

store: simplify imagestore implementation #1784

Merged
merged 4 commits into from
Mar 1, 2024

Commits on Feb 29, 2024

  1. layers: add infra to lock multiple files

    this is a preparation for the next commit, which will use this feature.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f31412a View commit details
    Browse the repository at this point in the history
  2. store: simplify imagestore implementation

    simplify the imagestore implementation and use it as a first-class
    store.  It reduces the amount of code to deal with an image store in
    the driver (only overlay supports it at the moment).
    
    Closes: containers#1779
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    92b9480 View commit details
    Browse the repository at this point in the history
  3. store: lock both graphroot and the imagestore root

    when an image store is used, lock it as well as the graphroot.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0ab61df View commit details
    Browse the repository at this point in the history
  4. overlay: support imageStore with partial images

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d1cc476 View commit details
    Browse the repository at this point in the history