kubernauts / jmeter-kubernetes

Load testing as a service (LTaaS) with Apache Jmeter on kubernetes
Apache License 2.0
362 stars 249 forks source link

Source of plugins folder #11

Closed erkanerol closed 5 years ago

erkanerol commented 6 years ago

In the dockerfile of base image, there is such a line: ADD jmeter-plugins/lib /jmeter/apache-jmeter-$JMETER_VERSION/lib

What is the content of the jmeter-plugins/lib folder? I can see the content in the docker image but I don't know from where I can download. I want to make the docker build process reproducible.

infinitydon commented 6 years ago

Hi erkanerol,

You can find the plugins via:

https://github.com/kubernauts/jmeter-kubernetes/tree/master/plugins

erkanerol commented 6 years ago

Hi,

The content of "bzm-parallel-0.4.zip" exist in the docker image but I cannot see the content of "JMeterPlugins-Standard-1.4.0.zip" in the docker image. Am I wrong?

infinitydon commented 6 years ago

Hi,

You can download it via the jmeter website

https://jmeter-plugins.org/downloads/file/JMeterPlugins-Standard-1.4.0.zip

On Sat, Sep 15, 2018, 11:06 AM Erkan Erol notifications@github.com wrote:

Reopened #11 https://github.com/kubernauts/jmeter-kubernetes/issues/11.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kubernauts/jmeter-kubernetes/issues/11#event-1847402091, or mute the thread https://github.com/notifications/unsubscribe-auth/AGBrkJjjI8eNYhFKB5amklq1w8JNTLGbks5ubMMMgaJpZM4Wh9TW .

erkanerol commented 6 years ago

Sorry. Maybe I couldn't express myself properly. I am trying to automate the docker build process. When I run the docker image and run "ls" command, I can see the content of the "bzm-parallel-0.4.zip" in the image. However, I couldn't find the content of "JMeterPlugins-Standard-1.4.0.zip". I believe you didn't use the second zip file during building "kubernautslabs/jmeter_base" image.

infinitydon commented 5 years ago

Are you still having this issue? Please re-open if it is not solved yet.