From 8145e1c24f32d2361dae7793720f204abba3fccc Mon Sep 17 00:00:00 2001 From: Christian Zenker Date: Fri, 14 Oct 2022 14:55:53 +0200 Subject: [PATCH] docs: add harbor --- radar/2022-10-12/harbor.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 radar/2022-10-12/harbor.md diff --git a/radar/2022-10-12/harbor.md b/radar/2022-10-12/harbor.md new file mode 100644 index 0000000..b2bc18d --- /dev/null +++ b/radar/2022-10-12/harbor.md @@ -0,0 +1,14 @@ +--- +title: "Harbor" +ring: trial +quadrant: platforms-and-aoe-services +--- + +[Harbor](https://goharbor.io) is a CNCF-graduated open-source container registry. We use it to host custom built container images +from our projects. Key benefits for us are: + +* Harbor automatically scans all container images with [Trivy](https://trivy.dev) +* fine grained access control allows Harbor to be used in a multi-team environment +* its extensive API allows easy adaption to custom needs, like retention policies +* support for image signing with [Cosign](https://github.com/SigStore/cosign) +