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

Make fladder container rootless #268

Open
PartyDonut opened this issue Mar 7, 2025 · 1 comment
Open

Make fladder container rootless #268

PartyDonut opened this issue Mar 7, 2025 · 1 comment
Labels
feature New feature or request

Comments

@PartyDonut
Copy link
Collaborator

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

@PartyDonut PartyDonut added the feature New feature or request label Mar 7, 2025
@PartyDonut
Copy link
Collaborator Author

@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.

Is this something you would like/can work on?

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

No branches or pull requests

1 participant