geonode-project icon indicating copy to clipboard operation
geonode-project copied to clipboard

Permission denied deploying nginx on openshift

Open rkhandha opened this issue 11 months ago • 1 comments

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

    ln -sf "/geonode-certificates/autoissued" /certificate_symlink

Please note in Openshift we cannot run containers as root.

Any help is appreciated.

rkhandha avatar Jul 31 '23 17:07 rkhandha