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 deploying the geonded nginx, using image docker.io/geonode/nginx:3.3.x. I get permission denied on /geonode-certificates as this docker/nginx/docker-entrypoint.sh script creates directory, to resolve this I created customized dockerfile added
RUN mkdir -p /geonode-certificates
RUN chmod g+rwx -R /geonode-certificates.
After this change I still get permission denied on /certificate_symlink
Any update on this? I have tried different options, continue to get same issue. Additional information
I am trying to deploy docker.io/geonode/nginx:3.3.x.
This image has docker-entrypoint.sh generstes certificates in directory : /geonode-certificates/autoissued
then it tries to ln -sf "/geonode-certificates/autoissued" /certificate_symlink.
Below is my volume and volume-mount configuration
volume-mount:
I am deploying the geonded nginx, using image docker.io/geonode/nginx:3.3.x. I get permission denied on /geonode-certificates as this docker/nginx/docker-entrypoint.sh script creates directory, to resolve this I created customized dockerfile added
RUN mkdir -p /geonode-certificates
RUN chmod g+rwx -R /geonode-certificates.
After this change I still get permission denied on /certificate_symlink
Please note in Openshift we cannot run containers as root.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: