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
Originally posted by lucasdefrancesca August 14, 2023
Hi, I'm trying to run the docker image (absaoss-spline-web-ui:0.7.4) on kubernets (OCP), but I wouldn't be able to, apparently because of an image permissions issue. Do you think that if it could be replicated as the rest-gateway Dockerfile has, it could work?
USER 1001
COPY --chown=1001 target/*.war /usr/local/tomcat/webapps/ROOT.war
Error from kubernets POD:
java.io.IOException: Unable to create the directory [/usr/local/tomcat/webapps/ROOT]
at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:116)
at org.apache.catalina.startup.ContextConfig.fixDocBase(ContextConfig.java:820)
at org.apache.catalina.startup.ContextConfig.beforeStart(ContextConfig.java:959)
Discussed in #250
Originally posted by lucasdefrancesca August 14, 2023
Hi, I'm trying to run the docker image (absaoss-spline-web-ui:0.7.4) on kubernets (OCP), but I wouldn't be able to, apparently because of an image permissions issue. Do you think that if it could be replicated as the rest-gateway Dockerfile has, it could work?
https://github.com/AbsaOSS/spline/blob/release/0.7.8/rest-gateway/Dockerfile
Error from kubernets POD:
Source:
https://developers.redhat.com/blog/2020/10/26/adapting-docker-and-kubernetes-containers-to-run-on-red-hat-openshift-container-platform
The text was updated successfully, but these errors were encountered: