-
### Description
My docker compose is something like this:
```yaml
version: '3.8'
services:
redis:
image: 'redis:7.4.0-alpine'
container_name: redis
network_mode: host
vo…
Vahor updated
2 months ago
-
### Describe the bug
When the Quarkus `quarkus.http.non-application-root-path` is set relative to `quarkus.http.root-path`, requests to the REST API endpoints lead to stuck backend requests when Qu…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched [issues](https://github.com/GitTools/GitVersion/issues) to ensure it has not already been reported
### Git…
-
# Enhancement Description
- One-line enhancement description (can be used as a release note): Run control-plane as non-root in kubeadm.
- Kubernetes Enhancement Proposal: https://github.com/kubernet…
-
This was my first time using the mod with item frames and double chests, but there is a slight issue. When right-clicking on the item frame to use the click-through mechanic there is no sound for the …
-
Hi,
I found that there is a breaking change in v1.0.0:
> selected language with default: true will only be built on the root path of the site (to avoid SEO duplicate content)
I wonder whether …
-
It would be nice if the container ran as e.g. apache or other non-priveledged user....
-
Optimize Docker Images: Reduce Size and Improve Security
Summary
This PR optimizes our Docker images, reducing size by ~65% and enhancing security through non-root user implementation.
Size Improve…
-
-
For security reasons it would be desirable that Gitlab container runs with specific non privileged UID therefore reducing potential exposure surface.
There should be a relatively easy way to manag…