From e743fab550816b87bc898348424088f296fc28a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Wed, 25 Sep 2024 08:55:57 +0200 Subject: [PATCH] Add articact-repo file --- docker/prod/artifacthub-repo-update.sh | 6 ++++++ docker/prod/artifacthub-repo.yml | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100755 docker/prod/artifacthub-repo-update.sh create mode 100644 docker/prod/artifacthub-repo.yml diff --git a/docker/prod/artifacthub-repo-update.sh b/docker/prod/artifacthub-repo-update.sh new file mode 100755 index 00000000000..6ccc71996e1 --- /dev/null +++ b/docker/prod/artifacthub-repo-update.sh @@ -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 diff --git a/docker/prod/artifacthub-repo.yml b/docker/prod/artifacthub-repo.yml new file mode 100644 index 00000000000..838eea3382e --- /dev/null +++ b/docker/prod/artifacthub-repo.yml @@ -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: o.guenther@openproject.com + - name: machisuji + email: m.kahl@openproject.com + - name: cbliard + email: m.kahl@openproject.com + - name: crohr + email: c.rohr@openproject.com