jmueller42

Results 6 issues of jmueller42

### Name and Version bitnami/postgresql:14 ### What steps will reproduce the bug? 1. Create Dockerfile: ``` FROM bitnami/postgresql:14 RUN ls ``` 2. Execute image build ``` docker run -v $PWD:/workspace...

in-progress
tech-issues
postgresql

Hi team, thank you for this very nice operator. It would be very handy if namespaces could not only be matched by their exact name, but instead by a pattern....

enhancement
help wanted
pinned

We have a lot of k8s clusters, which means we have a separate kubeclarity instance per cluster, which does scheduled scanning. It would be nice if each of these kubeclarity...

no-stale

Hi, thank you for supplying a helm template. ### Problem: Currently the ServiceMonitor is **not** scoped to the discovery service, since in the default configuration the public service and the...

We have a lot of k8s clusters, which means we have a separate kubeclarity instance per cluster, which does scheduled scanning. It would be nice if each of these kubeclarity...

**Expected behavior (what you expected to happen)**: Docker build should produce an image. **Actual behavior (what actually happened)**: Docker build is failing since the following line is failing ``` RUN...