Find, install and publish Cloud Native packages
Go to file
Sergio C. Arteaga 9146bf6d60
Improve OLM and Tekton trackers errors handling (#1290)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
2021-05-05 12:59:20 +02:00
.github Fix issue with timers in some UI tests (#1270) 2021-04-26 09:07:07 +02:00
.gitpod Bump Trivy to 0.17.2 (#1288) 2021-05-04 09:53:42 +02:00
charts/artifact-hub Bump Trivy to 0.17.2 (#1288) 2021-05-04 09:53:42 +02:00
cmd Bump Trivy to 0.17.2 (#1288) 2021-05-04 09:53:42 +02:00
configs Prepare backend to serve widget (#1250) 2021-04-16 13:13:09 +02:00
database Improve packages changelog (#1286) 2021-05-03 20:31:12 +02:00
docs Bump Trivy to 0.17.2 (#1288) 2021-05-04 09:53:42 +02:00
internal Improve OLM and Tekton trackers errors handling (#1290) 2021-05-05 12:59:20 +02:00
scripts Add infrastructure documentation (#1127) 2021-02-19 08:08:09 +01:00
web Fix issue handling webhooks with no packages in UI (#1289) 2021-05-04 11:24:14 +02:00
widget Widget now uses shadow dom (#1280) 2021-04-28 14:37:13 +02:00
.ct.yaml Generate Artifact Hub chart package v0.12.0 (#988) 2020-12-18 09:03:13 +01:00
.dockerignore Prepare prototype for deployment (#20) 2020-01-21 10:08:52 +01:00
.gitattributes Fix loading appearance in control-panel (#327) 2020-04-22 17:10:11 +02:00
.gitignore Add support to embed Artifact Hub items (#1249) 2021-04-16 12:41:05 +02:00
.gitpod.yml Gitpodify repository (#880) 2020-11-20 13:42:53 +01:00
.golangci.yml Improve OLM and Tekton trackers errors handling (#1290) 2021-05-05 12:59:20 +02:00
.ignore Add backend prototype (#1) 2020-01-16 10:59:53 +01:00
CONTRIBUTING.md Adding contributing guide (#270) 2020-04-10 11:24:09 -04:00
LICENSE Add backend prototype (#1) 2020-01-16 10:59:53 +01:00
OWNERS Adding owners file listing maintainers (#489) 2020-06-26 16:13:16 -04:00
README.md Add support for CoreDNS plugins (#1278) 2021-04-28 09:07:12 +02:00
SECURITY.md Update README.md (#612) 2020-08-27 13:58:56 +02:00
code-of-conduct.md Add backend prototype (#1) 2020-01-16 10:59:53 +01:00
go.mod Add two-factor authentication support (#1273) 2021-04-28 13:25:15 +02:00
go.sum Add two-factor authentication support (#1273) 2021-04-28 13:25:15 +02:00
package.json Improve some frontend tests (#1264) 2021-04-22 21:03:10 +02:00
yarn.lock Improve some frontend tests (#1264) 2021-04-22 21:03:10 +02:00

README.md

Artifact Hub

CI Go Report Card CII Best Practices Artifact HUB Gitpod Ready-to-Code

Artifact Hub is a web-based application that enables finding, installing, and publishing packages and configurations for CNCF projects. For example, this could include Helm charts and plugins, Falco configurations, Open Policy Agent (OPA) policies, OLM operators, Tinkerbell actions, kubectl plugins, Tekton tasks, KEDA scalers and CoreDNS plugins.

Discovering artifacts to use with CNCF projects can be difficult. If every CNCF project that needs to share artifacts creates its own Hub this creates a fair amount of repeat work for each project and a fractured experience for those trying to find the artifacts to consume. The Artifact Hub attempts to solve that by providing a single experience for consumers that any CNCF project can leverage.

The project, accessible at https://artifacthub.io, is currently in development in a beta state. Support for Helm charts and plugins, Falco configurations, OPA policies, OLM operators, Tinkerbell actions, kubectl plugins, Tekton tasks, KEDA scalers and CoreDNS plugins is in development with plans to support more projects to follow. Pull requests, especially those to support other CNCF projects, are welcome. Please see CONTRIBUTING.md and dev.md for more details.

Feel free to ask any questions on the #artifact-hub channel in the CNCF Slack. To get an invite please visit http://slack.cncf.io/.


Getting started

Artifact Hub allows publishers to list their content in an automated way. Please check out the repositories guide for more details about how to add your repositories.

If you want to run your own Artifact Hub instance in your Kubernetes cluster, the easiest way is by deploying the Helm chart provided. For more details, please see the Helm chart README file.

Community

The Artifact Hub is an open source project. Aside from contributing code and feature suggestions you can also engage via:

Process

Artifact Hub is a CNCF Sandbox Project.

We're envisioning that Artifact Hub will have three main components:

  1. The software, consisting of frontend code using React, backend written in Go, and Postgres with a number of stored procedures
  2. A process by which new artifacts get added to Artifact Hub, updated, and removed. The documentation for this process is just beginning, but it needs to be publicly documented, transparent, and robust. In particular, edge cases need to be able to be reviewed by the project maintainers, with an appeal path to SIG Apps and the TOC
  3. Operational responsibilities. A number of organizations are likely to depend on Artifact Hub not to “break the build” and so the maintainers will need to provide a high level of uptime, with CNCF funding the hosting and related systems

Code of Conduct

This project follows the CNCF Code of Conduct.

Security

To report a security problem in Artifact Hub, please contact the Maintainers Team at cncf-artifacthub-maintainers@lists.cncf.io. Please see SECURITY.md for more details.

License

Artifact Hub is an Open Source project licensed under the Apache License 2.0.