I am working on creating a docker image for running jmeter tests with plugins, but I am stuck at point where the jmeter plugin manager wont install. I tried most of things on the internet but with no luck.
I tried using existing docker images on the hub but everything fails on finding the class for pluginmanager.
Below is the error I get:
Step 16/23 : RUN cd $JMETER_HOME && java -cp /lib/ext/jmeter-plugins-manager-1.4.jar org.jmeterplugins.repository.PluginManagerCMDInstaller ---> Running in d2d5579a4832
Error: Could not find or load main class org.jmeterplugins.repository.PluginManagerCMDInstaller The command '/bin/sh -c cd $JMETER_HOME && java -cp /lib/ext/jmeter-plugins-manager-1.4.jar org.jmeterplugins.repository.PluginManagerCMDInstaller' returned a non-zero code: 1