From 646c8349605a5882b16117f25e89d1ecf4ae505c Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 19 Nov 2022 13:44:47 +0100 Subject: [PATCH] doc: updated docs Signed-off-by: Christian Kotzbauer --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ecb6328c..ce06145e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,10 @@ The image contains versions of `k8s.io/client-go`. Kubernetes aims to provide fo | sbom-operator | k8s.io/{api,apimachinery,client-go} | expected kubernetes compatibility | |-----------------|-------------------------------------|-----------------------------------| -| main | v0.25.2 | 1.24.x, 1.25.x, 1.26.x | +| main | v0.25.4 | 1.24.x, 1.25.x, 1.26.x | +| 0.22.0 | v0.25.4 | 1.24.x, 1.25.x, 1.26.x | +| 0.21.0 | v0.25.3 | 1.24.x, 1.25.x, 1.26.x | +| 0.20.0 | v0.25.2 | 1.24.x, 1.25.x, 1.26.x | | 0.19.0 | v0.25.2 | 1.24.x, 1.25.x, 1.26.x | | 0.18.0 | v0.25.2 | 1.24.x, 1.25.x, 1.26.x | | 0.17.0 | v0.25.1 | 1.24.x, 1.25.x, 1.26.x | @@ -43,15 +46,7 @@ However, the operator will work with more versions of Kubernetes in general. ## Container Registry Support -The operator relies on the [go-containeregistry](https://github.com/google/go-containerregistry) library to download images. It should work with most registries. -These are officially tested (with authentication): -- ACR (Azure Container Registry) (currently not unit-tested) -- ECR (Amazon Elastic Container Registry) -- GAR (Google Artifact Registry) -- GCR (Google Container Registry) -- GHCR (GitHub Container Registry) -- DockerHub - +The operator relies on the syft-internal mechanism to download images from OCI-compliant registries. ## Installation