Where can I find instructions on building JIRA image so that I can change ownereship and run as a jira user
We cannot create deployment in our employment with security context user of jira/jira
It was suggested that I have to rebuild image with as user jira/jira.
I am trying to deploy jira using ksutomize to deploy on Openshift.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Rekha Khandhadia you do not need to build any custom image to be able to run Jira on OpenShift. All permissions issues can be mitigated by adding runtime volumes. Have you seen my most recent response?
As far as I understand, Jira container starts which means there are no issues with scc. In OpenShift your containers start with an unprivileged user. You can change that by allowing anyuid for a service account.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.