Understanding ArtifactHub #2792
Replies: 3 comments
-
Hi @octonawish-akcodes 👋 The best starting point would be the repositories guide. There you can find a detailed guide for the specific repository kind you'd like to add. As you'll see in the guides, you can structure the AH metadata in multiple ways depending on your needs (single package, multiple packages, versioning or not, etc). Once your repo is ready, you can test it out locally or in the staging environment. The latter has the advantage that it doesn't require you to setup anything, but it'll process your repository every 30 minutes, so if you need to run multiple tests it'll be slower. You can also launch your own Artifact Hub instance locally by using the provided Helm chart. Another alternative would be to use the Gitpod environment. Additionally, you can check how other projects are doing this for inspiration:
Hope this helps 🙂 |
Beta Was this translation helpful? Give feedback.
-
I see that the gatekeeper has to provide |
Beta Was this translation helpful? Give feedback.
-
Please see point 2 in this comment. |
Beta Was this translation helpful? Give feedback.
-
Hi community, I am Abhishek currently a student. I am trying to understand an issue on showing some policies on artifacthub from a github repo and ive gone through how gatekeeper implemented this. I want to know how can I test this out on my own like for ex if ive a cloned repo and I want to try implementing by adding some test pol to show on AH how can I do that. can you help. I looked up other implementation and saw that there is should be repo and pkg yamls in the repo but I am a bit confused how to get started can you guide me
Beta Was this translation helpful? Give feedback.
All reactions