Skip to content

Commit

Permalink
Merge pull request #4 from fullstack-devops/bugfix/add-some-docu
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
eksrha authored Jul 13, 2022
2 parents 1fb7e0d + 904df00 commit bfdb0df
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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?

Expand All @@ -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
- mount own libaries docker-compose and helm/k8s

0 comments on commit bfdb0df

Please sign in to comment.