grype icon indicating copy to clipboard operation
grype copied to clipboard

chore: claim artifacthub package ownership from developer-guy

Open developer-guy opened this issue 2 years ago • 1 comments

Signed-off-by: Batuhan Apaydın [email protected]

cc: @wagoodman

developer-guy avatar Mar 10 '22 08:03 developer-guy

Last but not least, we need to push this file to the OCI registry along with the image itself :point_down:

https://artifacthub.io/docs/topics/repositories/#repository-metadata

$ printf "{}" > config.json
$ oras push index.docker.io/anchore/grype:artifacthub.io \
      --manifest-config config.json:application/vnd.cncf.artifacthub.config.v1+yaml \ 
      artifacthub-repo.yml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml

to install ORAS CLI: https://oras.land/cli/

developer-guy avatar Mar 10 '22 08:03 developer-guy