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

client: Update FileLocalStore to support multiple repositories #68

Closed
lmars opened this issue Jan 28, 2015 · 1 comment
Closed

client: Update FileLocalStore to support multiple repositories #68

lmars opened this issue Jan 28, 2015 · 1 comment

Comments

@lmars
Copy link
Contributor

lmars commented Jan 28, 2015

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.

@mnm678
Copy link
Collaborator

mnm678 commented Sep 10, 2021

Multiple repository support can be added using TAP 4, out of scope for now.

@mnm678 mnm678 closed this as completed Sep 10, 2021
rdimitrov pushed a commit to rdimitrov/go-tuf that referenced this issue Jan 25, 2024
…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]>
rdimitrov pushed a commit that referenced this issue Jan 29, 2024
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants