RHsyseng / artifactory-on-openshift

This is JFrog Artifactory on OpenShift 3, a containerized version of Artifactory with an OpenShift template.
2 stars 4 forks source link

reverse-proxy.yaml are referring gitlab.com and not github #2

Open dwojciec opened 7 years ago

dwojciec commented 7 years ago

Find here multiple issue :

sh-4.2$ id
uid=1001(default) gid=0(root) groups=0(root)
sh: /opt/app-root/etc/scl_enable: No such file or directory But certainly due to the build of the image artifactory-rev-proxy from https://github.com/goern/artifactory-on-openshift/tree/master/container-image/reverse-proxy-nginx

Inside https://github.com/goern/s2i-nginx/blob/master/Dockerfile the scl_enable part is missing

Last point to update : we are mounting a secret (TLS) on this mount point /opt/app-root/etc https://github.com/RHsyseng/artifactory-on-openshift/blob/master/reverse-proxy.yaml#L102 But all the config files of NGINX are inside /opt/app-root/etc/nginx.conf ??? By removing the mount point with secrets I was able to start the pod.

sbadakhc commented 7 years ago

I'm seeing this also. Any update would be appreciated.