-
Notifications
You must be signed in to change notification settings - Fork 26
Dockerfiles for OpenShift? #59
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
Comments
@brianehlert having unprivileged user dockerfiles which seems to be incomplete right now, might solve this issue? |
I gonna do another cycle on non-root changes (#51) in order to complete the work. |
@framer777 thanks. |
Hi, I'm sorry to push, is there an ETA for the unprivileged Dockerfile to be available? |
Additionally, after manually patching the exposed nginx port, I'm getting: starting nginx ... ---> using api_key = xxx is there a way to override port 514? Changing /etc/nginx-controller/agent.conf to set: [listener_syslog-default] to something like 0.0.0.0:10514 doesn't seem to work. Any clue here? Thank you! |
Will try to resolve it within the next two days. |
Hi, is there any update on this? Thank you. |
@fabriziofiorucci I was able to wrap up all changes in #51
yes, please refer to the updated README in the PR: The example |
Thank you! Would it be possible to get the diff for the unprivileged nap-enabled version as well? |
sure @fabriziofiorucci, I'll add nap-enabled diff soon. |
thank you! |
@fabriziofiorucci, here are the examples of unprivileged files ( |
@framer777 @brianehlert Where can i find un-privilege image based on centos/rhel for openshift? |
Hello,
all Dockerfiles work fine with k8s but with OpenShift there is some issue on a permission denied when the agent starts, as it can't write anything in /etc/controller-agent.
The dir is owned by root:root and openshift forces everything to run as non-root. Do we have some updated Dockerfile that can be used to build NGINX+agent for OpenShift as well?
The text was updated successfully, but these errors were encountered: