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
I am facing an issue with starting a container using a different user than UID 999. Although the securityContext allows setting any userID, the container won't be created because docker-entrypoint.sh is located under /home/cassandra with restricted permissions only for the cassandra user (UID 999). Additionally, some environment variables are defined only for the cassandra user in the Dockerfile.
Should it be supported to run Medusa containers with any UID/GID?
Project board link
Greetings,
I am facing an issue with starting a container using a different user than UID 999. Although the securityContext allows setting any userID, the container won't be created because docker-entrypoint.sh is located under /home/cassandra with restricted permissions only for the cassandra user (UID 999). Additionally, some environment variables are defined only for the cassandra user in the Dockerfile.
Should it be supported to run Medusa containers with any UID/GID?
Error: container create failed: time="2024-12-04T12:27:18+02:00" level=error msg="runc create failed: unable to start container process: exec: \"/home/cassandra/docker-entrypoint.sh\": stat /home/cassandra/docker-entrypoint.sh: permission denied"
┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: MED-114
The text was updated successfully, but these errors were encountered: