-
Hi everyone,
We use mcr.microsoft.com/azure-functions/dotnet:3.0 to implement function apps via [KEDA](https://docs.microsoft.com/en-us/azure/azure-functions/functions-kubernetes-keda), and we want…
-
The file generated by `kedge init` is not friendly for new users :-(
```
./kedge init -c DeploymentConfig -i tomaskral/nonroot-nginx -p 8080 --name demo
```
currently, it looks like this
```yam…
kadel updated
6 years ago
-
### Describe the bug
mosn can’t run with 1337 userID
### mosn log
> mosn stderr | supervisor: couldn't setuid to 1000: Can't drop privilege as nonroot user
supervisor: child process was not …
-
Feature request:
The 'ENTRYPOINT run-document-server.sh' currently runs as root. Good container platform practices prevent the execution of container running as root. Most enterprise Kubernetes dis…
-
Hi,
we are using godartsass in [Corteza](https://github.com/cortezaproject/corteza). It works as expected in a Debian based image. But while trying to setup a distroless based image with a nonroot …
-
### What happened?
I tried to use runAsNonRoot in the container security context for windows containers. The user for the image is not set, and it runs as ContainerAdministrator by default. Accordi…
-
**Describe the bug**
I'm using podman-compose to deploy a simple app, but after the uid/gid mapping is set, the port forwarding is not working.
**To Reproduce**
## The Dockerfile
```docker…
-
This is probably somewhat related to the fixed and closed #501, but in my own attempts to use melange + apko together it was impossible for me to build a package with melange where certain paths have …
-
Hello,
We have our own CA
In my docker file I have a step to add certs. -
```
FROM debian AS certs
RUN apt update && apt install curl -y
RUN curl -o /usr/local/share/ca-certificates/ && update…
-
Hello team,
In my company we have Report Portal deployed in kubernetes from some years ago.
Recently, the security department has notified us that in the future it will be mandatory to implement…