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

Add support for multiple search repositories #108

Merged
merged 2 commits into from Oct 25, 2020
Merged

Add support for multiple search repositories #108

merged 2 commits into from Oct 25, 2020

Commits on Oct 25, 2020

  1. Add support for multiple search repositories

    Up until now, whalebrew restricts its searches to https://hub.docker.com/u/whalebrew
    
    This commit introduces the ability to customize search organization
    under docker hub.
    
    To customize it, place a file like
    
    ```
    registries:
    - dockerHub:
        owner: whalebrew
    ```
    
    You can add as many search repositories as desired, all of them will be
    searched.
    
    Currently, there is no authentication to the search repositories. Only
    public images will be retrieved.
    
    A step forward for whaleebrew tap discussed in #102
    tjamet committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    ead2fdc View commit details
    Browse the repository at this point in the history
  2. Add Readme documentation

    tjamet committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    7200c61 View commit details
    Browse the repository at this point in the history