Find, install and publish Cloud Native packages
Go to file
Cynthia S. Garcia 08ad7eace5
Improve user redirection to login page (#1238)
Signed-off-by: Cintia Sanchez Garcia <cynthiasg@icloud.com>
2021-04-09 13:59:10 +02:00
.github Fix issue pushing images in release workflow (#1161) 2021-03-01 13:41:30 +01:00
.gitpod Reorganize some configuration values (#1189) 2021-03-19 11:47:51 +01:00
charts/artifact-hub Generate Artifact Hub chart package v0.18.0 (#1218) 2021-03-30 12:09:29 +02:00
cmd Move handlers packages to internal (#1203) 2021-03-23 13:55:27 +01:00
configs Reorganize some configuration values (#1189) 2021-03-19 11:47:51 +01:00
database Store password reset code hashed (#1235) 2021-04-08 16:33:32 +02:00
docs Some improvements in API keys (#1221) 2021-04-05 11:00:38 +02:00
internal Improve user redirection to login page (#1238) 2021-04-09 13:59:10 +02:00
scripts Add infrastructure documentation (#1127) 2021-02-19 08:08:09 +01:00
web Improve user redirection to login page (#1238) 2021-04-09 13:59:10 +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 Display available documentation nicely formatted in UI (#865) 2020-11-18 15:02:29 +01:00
.gitpod.yml Gitpodify repository (#880) 2020-11-20 13:42:53 +01:00
.golangci.yml Bump golangci to 1.37 and enable errorlint (#1141) 2021-02-24 09:42:22 +01: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 Updating the meeting time (#1113) 2021-02-10 09:54:15 -05: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 Upgrade backend dependencies (#1199) 2021-03-23 09:43:04 +01:00
go.sum Upgrade backend dependencies (#1199) 2021-03-23 09:43:04 +01: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 and Tekton tasks.

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 and Tekton tasks 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.