Skip to content

Commit

Permalink
Add articact-repo file
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Sep 25, 2024
1 parent f27b2b5 commit e743fab
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/prod/artifacthub-repo-update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

oras push \
registry-1.docker.io/openproject/openproject:artifacthub.io \
--config /dev/null:application/vnd.cncf.artifacthub.config.v1+yaml \
artifacthub-repo.yml:application/vnd.cncf.artifacthub.repository-metadata.layer.v1.yaml
21 changes: 21 additions & 0 deletions docker/prod/artifacthub-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Artifact Hub repository metadata file
#
# Some settings like the verified publisher flag or the ignored packages won't
# be applied until the next time the repository is processed. Please keep in
# mind that the repository won't be processed if it has not changed since the
# last time it was processed. Depending on the repository kind, this is checked
# in a different way. For Helm http based repositories, we consider it has
# changed if the `index.yaml` file changes. For git based repositories, it does
# when the hash of the last commit in the branch you set up changes. This does
# NOT apply to ownership claim operations, which are processed immediately.
#
repositoryID: openproject
owners:
- name: oliverguenther
email: [email protected]
- name: machisuji
email: [email protected]
- name: cbliard
email: [email protected]
- name: crohr
email: [email protected]

0 comments on commit e743fab

Please sign in to comment.