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

Imagetools multiple repositories #1137

Merged
merged 4 commits into from
Aug 1, 2022

Commits on Jul 29, 2022

  1. imagetools: refactor combining repository logic

    This patch modifies the existing combining code in imagetools create to
    provide better support for multiple repositories down the road.
    Specifically, the code should no longer rely on a single repository
    being used for all sources and tags, and should resolve descriptors in
    their relevant repositories.
    
    Signed-off-by: Justin Chadwell <me@jedevc.com>
    jedevc committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    d3412f1 View commit details
    Browse the repository at this point in the history
  2. imagetools: copy manifests between repositories

    Signed-off-by: Justin Chadwell <me@jedevc.com>
    jedevc committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    37ca863 View commit details
    Browse the repository at this point in the history
  3. imagetools: give imagetools create a progress bar

    Signed-off-by: Justin Chadwell <me@jedevc.com>
    jedevc committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    4ecca34 View commit details
    Browse the repository at this point in the history
  4. imagetools: support cross-repo mounting

    Signed-off-by: Justin Chadwell <me@jedevc.com>
    jedevc committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    f1a9f91 View commit details
    Browse the repository at this point in the history