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

Fix bug handling images with slashes in ref #3211

Merged
merged 2 commits into from
May 1, 2024

Commits on May 1, 2024

  1. Fix bug handling images with slashes

    This commit fixes a bug when trying to list images with
        names in their reference. The github API expects everything
        after the org urls escaped, for exmaple:
    
         ghcr.io/org/name/with/slahes
    
        needs to be
    
         ghcr.io/org/name%2Fwith%2Fslahes
    
    Signed-off-by: Adolfo García Veytia (puerco) <puerco@stacklok.com>
    puerco committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f354a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c06ebd5 View commit details
    Browse the repository at this point in the history