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

cloudapi: Add /distributions/{arch} to cloudapi #4336

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

Commits on Sep 19, 2024

  1. v2_test: RepoRegistry path is relative to running test

    The NewTestedDefault function doesn't load any repositories from
    ./test/data/repositories because it is running down in the v2 directory.
    Switch to calling New with the relative path.
    
    This also adds an actual repository json file for the test-disro.
    Without this the repo.ListDistros() function doesn't return any actual
    distros.
    bcl committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3c550c3 View commit details
    Browse the repository at this point in the history
  2. cloudapi: Add /distributions to cloudapi

    This adds support for listing all of the supported distributions,
    their arches, the image types, and their repository details.
    bcl committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    acb07e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    388076f View commit details
    Browse the repository at this point in the history