https://github.com/softonic/jmeter
Jmeter images for kubernetes cluster
https://github.com/softonic/jmeter
jmeter stress-testing
Last synced: 4 months ago
JSON representation
Jmeter images for kubernetes cluster
- Host: GitHub
- URL: https://github.com/softonic/jmeter
- Owner: softonic
- License: other
- Created: 2019-05-09T10:11:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T08:28:52.000Z (over 6 years ago)
- Last Synced: 2025-08-30T05:36:57.795Z (9 months ago)
- Topics: jmeter, stress-testing
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Description
Images to be used with [kubernauts/jmeter-operator](https://github.com/kubernauts/jmeter-operator). This images includes
the plugin manager to allow slaves and master to have the plugins that you need.
# How to build the base image
## Without plugins
```
docker build -t softonic/jmeter-plugin-manager-base:${VERSION} .
```
## With plugins
```
docker build --build-arg PLUGINS=" ..." -t softonic/jmeter-plugin-manager-base:${VERSION} .
```
# How to build master and slave with the plugins from the image base
```
docker build -t softonic/jmeter-plugin-manager-slave:${VERSION} ./slave
docker build -t softonic/jmeter-plugin-manager-master:${VERSION} ./master
```