You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clients should be able to use the same database file with multiple repositories (e.g Flynn users pulling images from arbitrary repositories).
This can be achieved by updating FileLocalStore to take a namespace argument which namespaces the boltdb lookups, and the remote repository URL can be used as the namespace.
The text was updated successfully, but these errors were encountered:
…ork#68)
There was a missing flag in the CI to generate accurate coverage
reports for the metadata package. This will now cover all of the
metadata subfolder and exclude testutil and examples as those
are not part of the core library
Signed-off-by: Marvin Drees <[email protected]>
There was a missing flag in the CI to generate accurate coverage
reports for the metadata package. This will now cover all of the
metadata subfolder and exclude testutil and examples as those
are not part of the core library
Signed-off-by: Marvin Drees <[email protected]>
Clients should be able to use the same database file with multiple repositories (e.g Flynn users pulling images from arbitrary repositories).
This can be achieved by updating
FileLocalStore
to take anamespace
argument which namespaces the boltdb lookups, and the remote repository URL can be used as the namespace.The text was updated successfully, but these errors were encountered: