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

Repolist improvements #6

Open
yoshiotu opened this issue May 16, 2015 · 1 comment
Open

Repolist improvements #6

yoshiotu opened this issue May 16, 2015 · 1 comment

Comments

@yoshiotu
Copy link
Contributor

Currently you can create a file in $BANYAN_HOST_DIR/hostcollector/repolist with one namespace/repo on each line indicating repos for Collector to inspect. You can change the contents of the list on-the-fly and Collector will eventually read the updated list and process the new repos. A few improvements seem desirable:

  • Read the updated file sooner, instead of first processing all images from the previous list of repos.
  • Allow users to wildcard the repo field, e.g. banyanops/*
@yoshiotu
Copy link
Contributor Author

yoshiotu commented Jun 2, 2015

Updated the code to read the repolist file more frequently, in particular it reads the file once each time it finishes processing a batch of 5 images.

Still need to implement wildcarding. In addition, it might be useful to limit the tag set for each repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant