You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to deploy fladder in my Kubernetes Environment and having issues to make this container rootless.
But the base image from nginx is causing here a lot of issues.
@98jan I think the best option for now would be create a separate rootless version of the current container? Something like fladder-rootless. As to not break everyones docker setups.
Discussed in #261
Originally posted by 98jan March 3, 2025
Summary
Hi,
I am trying to deploy fladder in my Kubernetes Environment and having issues to make this container rootless.
But the base image from nginx is causing here a lot of issues.
Would it be possible to switch to an unprivileged nginx container e.g. https://github.com/nginxinc/docker-nginx-unprivileged
With that change it would be possible for me to run it in a secure environment.
If you need any help, I can assist you to try to get it rootless.
Best regards,
Jan
Basic Example
Change base image from nginx:alpine to nginxinc/nginx-unprivileged
Change default http port from 80 to 8080
And that should be it.
Drawbacks
Default port changes from 80 to 8080.
Unresolved questions
No response
The text was updated successfully, but these errors were encountered: