From f0ad5679754d9678a7d109489eed4fe89ca46542 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Sun, 27 Jul 2025 05:35:00 -0400 Subject: [PATCH] Add Harbor to File Transfer - Object Storage & File Servers (#1483) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/harbor.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/harbor.yml diff --git a/software/harbor.yml b/software/harbor.yml new file mode 100644 index 0000000000..d154b7f077 --- /dev/null +++ b/software/harbor.yml @@ -0,0 +1,11 @@ +name: "Harbor" +website_url: "https://goharbor.io/" +source_code_url: "https://github.com/goharbor/harbor" +description: "Cloud native image registry that stores, signs, and scans content." +licenses: + - Apache-2.0 +platforms: + - Docker + - K8S +tags: + - File Transfer - Object Storage & File Servers