microsoft / microsoft/OSSGadget

Add support for https://artifacthub.io/

Open
#473 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
371
Forks
58
PR merge metrics
No merged PRs in 30d

Description

We should think about adding support for Artifact Hub:

API docs: https://artifacthub.io/docs/api/

Example URL: https://artifacthub.io/api/v1/packages/helm/ingress-nginx/ingress-nginx

$ curl -s 'https://artifacthub.io/api/v1/packages/helm/ingress-nginx/ingress-nginx' | jq -r .content_url
https://github.com/kubernetes/ingress-nginx/releases/download/helm-chart-4.11.2/ingress-nginx-4.11.2.tgz

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Artifact Hub API documentation and the example curl request for the Helm package endpoint. Determine the existing OSSGadget entry point for package-source support and define the expected behavior for Artifact Hub URLs, including resolving the package's content_url; no file or test is named in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, helm
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.