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 searching on non-searchable image registries #1821

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Sep 23, 2024

  1. fix searching on non-searchable image registries

    fixes: cockpit-project#1220
    
    Add support to pull images from registries which do not support search
    API.
    tomasmatus committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e28aad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82dbe86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b27689d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f704d54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbf9e9b View commit details
    Browse the repository at this point in the history
  6. support searching for an image with a tag

    Utilizes `podman manifest inspect` in the background and when manifest
    is found for the user input image url it is possible to select this
    image from the search dropdown.
    
    Normal `podman search` queries are disabled when image tag is specified
    as the search API doesn't seem to support searching for specific tags.
    tomasmatus committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ffb3000 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d9263e View commit details
    Browse the repository at this point in the history
  8. fmf: add nginx dependency

    tomasmatus committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    29329bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    766ef1b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    839df1d View commit details
    Browse the repository at this point in the history