Open dwojciec opened 7 years ago
Find here multiple issue :
inside the reverse-proxy.yaml the variable SOURCE_REPOSITORY_URL are referring GITLAB and not GITHUB.
the image stream used here doesn't exist https://github.com/RHsyseng/artifactory-on-openshift/blob/master/reverse-proxy.yaml#L146 I created it manually oc create is s2i-nginx-acme
Now I'm facing issue when the image artifactory-rev-proxy is running :
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.
I'm seeing this also. Any update would be appreciated.
Find here multiple issue :
inside the reverse-proxy.yaml the variable SOURCE_REPOSITORY_URL are referring GITLAB and not GITHUB.
the image stream used here doesn't exist https://github.com/RHsyseng/artifactory-on-openshift/blob/master/reverse-proxy.yaml#L146 I created it manually oc create is s2i-nginx-acme
Now I'm facing issue when the image artifactory-rev-proxy is running :
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.