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: support AdditionalImagesStore on vfs #1899

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Apr 24, 2024

  1. drivers: AdditionalImageStores uses different backends

    extend the AdditionalImageStores functionality to return a list of
    backends for each driver.  It is a preparation patch for a successive
    commit, to allow overlay to use vfs as an additional image store.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    85c7e53 View commit details
    Browse the repository at this point in the history
  2. store: ignore additional stores that do not exist

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    01a0bc2 View commit details
    Browse the repository at this point in the history
  3. vfs: export graphdriver name

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ef0f37e View commit details
    Browse the repository at this point in the history
  4. overlay: support additional image store on vfs

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