-
Couldn't load subscription status.
- Fork 4
Open
Description
The rootless container doesn't work with Openshift's stricter permissions.
The pod needs to write to /etc/marklogic.conf and /home/marklogic_user.
I was able to get the pod up and running by making a new container image:
FROM docker.io/progressofficial/marklogic-db:11.3.0-ubi-rootless
USER root
RUN chmod g+w /etc/marklogic.conf && \
chmod g+rwx /home/marklogic_user && \
chmod -R u+rwX,go+rX,o-w /opt/MarkLogic
USER marklogic_user
tjlever
Metadata
Metadata
Assignees
Labels
No labels