splunk / docker-splunk

Splunk Docker GitHub Repository
450 stars 245 forks source link

Installing JDK 11 inside Splunk container #671

Open adam-jbr opened 2 months ago

adam-jbr commented 2 months ago

Hello, I am trying to install JDK 11 inside a Splunk enterprise instance and I am using the Splunk operator helm chart, I tried to set the JAVA_VERSION environment variable to "openjdk:8", but I get the following error :

sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?

So the question is do I need to run the Splunk container as root in order for this to work?