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

manifest add: check for local images last #1919

Merged
merged 2 commits into from
Apr 2, 2024

Commits on Mar 29, 2024

  1. manifest add: check for local images last

    When adding a reference to a manifest list or image index, if we are
    guessing that it's a reference to an image in a registry, check if we
    can read something from that location instead of assuming it's correct,
    and if we can't, check for a local image.  This will let use use local
    image IDs to refer to items that we want to add to a list or index.
    
    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    nalind committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    809a23e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Update some tests to make the linter happy

    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    nalind committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6dc211e View commit details
    Browse the repository at this point in the history