Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] OpenShift support / Run nginx unprivileged #286

Open
Fearvel opened this issue Feb 3, 2025 · 0 comments
Open

[FEAT] OpenShift support / Run nginx unprivileged #286

Fearvel opened this issue Feb 3, 2025 · 0 comments
Assignees
Labels

Comments

@Fearvel
Copy link

Fearvel commented Feb 3, 2025

Description
I would like to run elasticvue in a OpenShift cluster.
OpenShift requires that a pod is unprivileged which the chosen nginx base image does not support.

The easiest way to support OpenShift and other platforms that require a unprivileged user inside the container would be to switch to the official unprivileged image of nginx, See link below.
https://hub.docker.com/r/nginxinc/nginx-unprivileged

You can find a patch below which changes the Dockerfile from nginx to nginxinc/nginx-unprivileged
OpenShift-support.patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants