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
Since all bitbucket-pipeline containers runs as root user it might be a good option to be able to set ES to run as root user. This can be a really handy option.
Sorry for piggy backing here, but is there any known workaround or recommended method for this? I am also trying to run integration tests from within a docker container and I'm getting blocked by this issue.
I hit the same issue in gitlab and was able to come around it. The problem was made worse by the fact that the gitlab-runner checks out the code as root so dotnet test crashed on source code file permission issues long before elasticsearch was started.
I need to run the elastic as root user in my docker container. I know that elastic recoment not to do that but is there a way to set it up ?
The text was updated successfully, but these errors were encountered: