From 904df00f1956c1685edb31ff93a963a1506cb9d8 Mon Sep 17 00:00:00 2001 From: Eike Haller <58111764+eksrha@users.noreply.github.com> Date: Wed, 13 Jul 2022 20:52:26 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb06181..f3ca5a4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ [![Create Release](https://github.com/fullstack-devops/excalidraw/actions/workflows/create-release.yml/badge.svg)](https://github.com/fullstack-devops/excalidraw/actions/workflows/create-release.yml) [![Anchore Container Scan](https://github.com/fullstack-devops/excalidraw/actions/workflows/anchore.yml/badge.svg)](https://github.com/fullstack-devops/excalidraw/actions/workflows/anchore.yml) -[![Docker Repository on Quay](https://quay.io/repository/fullstack-devops/excalidraw/status "Docker Repository on Quay")](https://quay.io/repository/fullstack-devops/excalidraw) # excalidraw -Repo for rootless excalidraw in a secure nutshell ;) + +Special thanks for the [Excalidraw project](https://github.com/excalidraw/excalidraw) for the great Virtual whiteboard they provide us. +Unfortunately, the current excalidraw container runs as root, which means that it cannot run in secured clusters with psp. +Well here is a fix for that, a repo for excalidraw in a rootless container ;). There is also a [helm chart](https://github.com/fullstack-devops/helm-charts/charts/excalidraw) with standard security policies enabled. ## Where can I get it? @@ -13,6 +15,5 @@ Repo for rootless excalidraw in a secure nutshell ;) | OCI | Red Hat Quay | [Repo](https://quay.io/repository/fullstack-devops/excalidraw?tab=info) | `quay.io/fullstack-devops/excalidraw:latest` | | helm | GitHub | [Repo](https://github.com/fullstack-devops/helm-charts) | `fs-devops/excalidraw` | - more work tbd, eg.: -- mount own libaries docker-compose and helm/k8s \ No newline at end of file +- mount own libaries docker-compose and helm/k8s