When containers took off in popularity, everyone was putting their container images meant for general public consumption on Docker Hub. This made it easy to discover container images. You could search Docker Hub or use docker search
in your console.
With the rise of the Open Container Initiative (OCI) and many different companies operating container registries this all changed. Images meant for public consumption could be in GitHub Container Registry, the Amazon ECR Public Gallery, and many other registries. This change distributed where images were hosted.
Distributed images meant there was no longer a centralized search solution to look for container images. Discovery of images became more difficult.
Today, we are please to share that Artifact Hub now supports listing and searching for container images.

Read full postDoes your application have a user interface? Would you want to display screenshots of it? If that’s the case, you can display them on Artifact Hub for Helm, OLM, Krew, and Tekton. The screenshot below shows the display screenshots for the Artifact Hub chart.

When screenshots are made available to Artifact Hub a button will display in the sidebar to access them.
Read full post
Changelogs are useful for consumers of an artifact or package. They let consumers see, at a glance, what has changed without needing to read or understand the source. Reading the source doesn’t convey intent as well as a changelog, either. To understand intent, you often need to look at issues and commit messages for some additional context. All of that can be summarized in a changelog.
Read full postArtifact Hub leverages metadata stored in annotations. This metadata provides details such as the images in use, if something is an operator, and more. Annotations provide an easy way to convey this information. Wouldn’t it be great to check these annotations before cutting a release? Now you can with the ah
command line tool.
Read full postWe’re happy to announce the release of Artifact Hub 1.0.0.

Artifact Hub is more than a website where you can search for cloud native packages. The software that powers the Artifact Hub is open source and can be run by anyone.
Read full post
Ever want to show off a package from the Artifact Hub on a website? I know I’ve thought about putting one in the sidebar of a website. Artifact Hub now makes that easy with a widget you can embed. The above image displays various configurations of the widget you can get from Artifact Hub.
Read full postEver wonder if you are getting a package for a piece of software from the developer of that software? Or, have you ever wondered if the person who listed a repository or package on the Artifact Hub owns it? If you have, than you’re in luck. The Artifact Hub has badges that can answer those questions for you.
Read full postHelm v3 introduced schemas for values. The schemas are written as JSON Schemas and put in a chart in a file named values.schema.json
that goes right alongside values.yaml
files. Wouldn’t it be great if there was a way to easily use these files to understand the values in a chart? Artifact Hub provides just that with its Values Schema Reference.
Read full postArtifact Hub has already provided search and discovery for Helm charts, OLM based operators, Falco rules, OPA policies, Tinkerbell actions, Krew (kubectl) plugins, and Helm plugins. These are all CNCF project related artifacts. We are happy to share that we have expanded beyond the CNCF to support another non-profit foundation based project with support for Tekton tasks.
Read full postWhen trying to make a decision about which artifacts to use it’s useful to know some information about the security of the artifact. With Artifact Hub, it’s possible to see security scans for container based artifacts such as Operator Framework OLM based operators, some Helm Charts, OPA Policies, and Tinkerbell actions.
Read full post